Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
13 | 0 | 0 | 2567 |
Files
net/fada/fadagen/ClientRequest.java
Error | Line |
| File does not end with a newline. |
0
|
net/fada/fadagen/ClientRequest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
3
|
| Line has trailing spaces. |
14
|
| First sentence should end with a period. |
19
|
| Variable 'method' must be private and have accessor methods. |
20
|
| First sentence should end with a period. |
22
|
| Variable 'params' must be private and have accessor methods. |
23
|
net/fada/fadagen/ExecutionResult.java
Error | Line |
| File does not end with a newline. |
0
|
net/fada/fadagen/ExecutionResult.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
4
|
| First sentence should end with a period. |
11
|
| First sentence should end with a period. |
17
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
50
|
| Line has trailing spaces. |
52
|
| Method 'isException' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'isVoid' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'setVoid' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter isVoid should be final. |
70
|
| 'isVoid' hides a field. |
70
|
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'setResult' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter result should be final. |
86
|
| 'result' hides a field. |
86
|
| Method 'setException' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter ex should be final. |
97
|
| First sentence should end with a period. |
102
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
106
|
net/fada/fadagen/FadaRCClassLoader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
2
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.zip.*. |
4
|
| Missing a Javadoc comment. |
6
|
| Line contains a tab character. |
8
|
| Missing a Javadoc comment. |
8
|
| Variable 'parent' must be private and have accessor methods. |
8
|
| Line contains a tab character. |
9
|
| Missing a Javadoc comment. |
9
|
| Variable 'classpath' must be private and have accessor methods. |
9
|
| Line contains a tab character. |
10
|
| Missing a Javadoc comment. |
10
|
| Variable 'paths' must be private and have accessor methods. |
10
|
| Line contains a tab character. |
12
|
| Missing a Javadoc comment. |
12
|
| '(' is followed by whitespace. |
12
|
| Parameter parent should be final. |
12
|
| 'parent' hides a field. |
12
|
| ')' is preceded with whitespace. |
12
|
| Line contains a tab character. |
13
|
| '(' is followed by whitespace. |
13
|
| ')' is preceded with whitespace. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| '(' is followed by whitespace. |
15
|
| ')' is preceded with whitespace. |
15
|
| Line contains a tab character. |
16
|
| '(' is followed by whitespace. |
16
|
| ')' is preceded with whitespace. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
19
|
| Method 'setClassPath' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| '(' is followed by whitespace. |
19
|
| Parameter classpath should be final. |
19
|
| 'classpath' hides a field. |
19
|
| ')' is preceded with whitespace. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| '(' is followed by whitespace. |
24
|
| Parameter path should be final. |
24
|
| ')' is preceded with whitespace. |
24
|
| Line is longer than 80 characters. |
25
|
| Line contains a tab character. |
25
|
| '(' is followed by whitespace. |
25
|
| '(' is followed by whitespace. |
25
|
| ')' is preceded with whitespace. |
25
|
| ')' is preceded with whitespace. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| 'while' is not followed by whitespace. |
27
|
| '(' is followed by whitespace. |
27
|
| ')' is preceded with whitespace. |
27
|
| Line contains a tab character. |
28
|
| '(' is followed by whitespace. |
28
|
| ')' is preceded with whitespace. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| 'paths' hides a field. |
30
|
| Line contains a tab character. |
31
|
| 'for' is not followed by whitespace. |
31
|
| '(' is followed by whitespace. |
31
|
| '=' is not preceded with whitespace. |
31
|
| '=' is not followed by whitespace. |
31
|
| '<' is not preceded with whitespace. |
31
|
| '<' is not followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| Line contains a tab character. |
32
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
38
|
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| '(' is followed by whitespace. |
38
|
| Parameter className should be final. |
38
|
| ')' is preceded with whitespace. |
38
|
| Line is longer than 80 characters. |
39
|
| Line contains a tab character. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
43
|
| Method 'getZipEntryName' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| '(' is followed by whitespace. |
43
|
| Parameter className should be final. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line contains a tab character. |
44
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
48
|
| Method 'findClass' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| '(' is followed by whitespace. |
48
|
| Parameter name should be final. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| 'for' is not followed by whitespace. |
53
|
| '(' is followed by whitespace. |
53
|
| '=' is not preceded with whitespace. |
53
|
| '=' is not followed by whitespace. |
53
|
| '<' is not preceded with whitespace. |
53
|
| '<' is not followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| 'if' is not followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| 'if' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| Line contains a tab character. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| '1024' is a magic number. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| 'while' is not followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| Line contains a tab character. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| 'catch' is not followed by whitespace. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line contains a tab character. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
78
|
| Missing a Javadoc comment. |
78
|
| '(' is followed by whitespace. |
78
|
| Parameter path should be final. |
78
|
| Parameter className should be final. |
78
|
| ')' is preceded with whitespace. |
78
|
| Line contains a tab character. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line contains a tab character. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| Line contains a tab character. |
85
|
| 'catch' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| 'if' is not followed by whitespace. |
88
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line contains a tab character. |
92
|
| 'catch' is not followed by whitespace. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| 'if' is not followed by whitespace. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line contains a tab character. |
99
|
| 'catch' is not followed by whitespace. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| Line contains a tab character. |
109
|
| 'catch' is not followed by whitespace. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| 'if' is not followed by whitespace. |
112
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| 'if' is not followed by whitespace. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| Line contains a tab character. |
119
|
| 'catch' is not followed by whitespace. |
119
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
128
|
| Missing a Javadoc comment. |
128
|
| '(' is followed by whitespace. |
128
|
| Parameter args should be final. |
128
|
| ')' is preceded with whitespace. |
128
|
| Line contains a tab character. |
129
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| Line contains a tab character. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| Line contains a tab character. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| Line contains a tab character. |
132
|
net/fada/fadagen/InterfaceParser.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Using the '.*' form of import should be avoided - java.lang.reflect.*. |
3
|
| Using the '.*' form of import should be avoided - java.io.*. |
4
|
| Using the '.*' form of import should be avoided - java.util.*. |
5
|
| Comment matches to-do format 'TODO:'. |
7
|
| Missing a Javadoc comment. |
8
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Parameter indent should be final. |
12
|
| '4' is a magic number. |
13
|
| Missing a Javadoc comment. |
16
|
| Parameter indent should be final. |
16
|
| Parameter indentAmount should be final. |
16
|
| Missing a Javadoc comment. |
26
|
| Parameter pw should be final. |
26
|
| Parameter indent should be final. |
26
|
| Parameter line should be final. |
26
|
| Missing a Javadoc comment. |
33
|
| Parameter pw should be final. |
33
|
| Parameter indent should be final. |
33
|
| Parameter line should be final. |
33
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
42
|
| Parameter pw should be final. |
42
|
| Parameter className should be final. |
42
|
| Parameter pkg should be final. |
43
|
| Parameter interfaces should be final. |
43
|
| Missing a Javadoc comment. |
73
|
| Parameter pw should be final. |
73
|
| Parameter className should be final. |
73
|
| Missing a Javadoc comment. |
79
|
| Parameter pw should be final. |
79
|
| Parameter className should be final. |
79
|
| Parameter pkg should be final. |
80
|
| Parameter interfaces should be final. |
80
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| '3' is a magic number. |
115
|
| '3' is a magic number. |
116
|
| '3' is a magic number. |
118
|
| Missing a Javadoc comment. |
123
|
| Parameter pw should be final. |
123
|
| Parameter className should be final. |
123
|
| '3' is a magic number. |
124
|
| '4' is a magic number. |
125
|
| '4' is a magic number. |
126
|
| '5' is a magic number. |
127
|
| '4' is a magic number. |
129
|
| '5' is a magic number. |
130
|
| '5' is a magic number. |
131
|
| '4' is a magic number. |
132
|
| '4' is a magic number. |
133
|
| '3' is a magic number. |
134
|
| '3' is a magic number. |
136
|
| '4' is a magic number. |
137
|
| '4' is a magic number. |
138
|
| '3' is a magic number. |
139
|
| '3' is a magic number. |
140
|
| Missing a Javadoc comment. |
150
|
| Parameter name should be final. |
150
|
| Missing a Javadoc comment. |
154
|
| Parameter name should be final. |
154
|
| Missing a Javadoc comment. |
159
|
| Parameter options should be final. |
159
|
| Parameter option should be final. |
159
|
| Missing a Javadoc comment. |
174
|
| Parameter options should be final. |
174
|
| Missing a Javadoc comment. |
190
|
| Parameter options should be final. |
190
|
| '10' is a magic number. |
195
|
| Missing a Javadoc comment. |
206
|
| Parameter name should be final. |
206
|
| Missing a Javadoc comment. |
215
|
| Parameter name should be final. |
215
|
| Missing a Javadoc comment. |
224
|
| Parameter m should be final. |
224
|
| Missing a Javadoc comment. |
230
|
| Parameter skel should be final. |
230
|
| Parameter stub should be final. |
230
|
| Parameter methods should be final. |
231
|
| Parameter createStub should be final. |
231
|
| Parameter createSkel should be final. |
231
|
| Missing a Javadoc comment. |
239
|
| Parameter type should be final. |
239
|
| Empty statement. |
242
|
| Missing a Javadoc comment. |
289
|
| Parameter skel should be final. |
289
|
| Parameter stub should be final. |
289
|
| Parameter m should be final. |
290
|
| Parameter i should be final. |
290
|
| Parameter n should be final. |
290
|
| Parameter createStub should be final. |
290
|
| Parameter createSkel should be final. |
290
|
| Missing a Javadoc comment. |
301
|
| Parameter pw should be final. |
301
|
| Parameter m should be final. |
301
|
| Parameter methodHash should be final. |
302
|
| Parameter number should be final. |
302
|
| Parameter total should be final. |
302
|
| '3' is a magic number. |
305
|
| '4' is a magic number. |
316
|
| '4' is a magic number. |
330
|
| '4' is a magic number. |
333
|
| '4' is a magic number. |
336
|
| '4' is a magic number. |
339
|
| '4' is a magic number. |
342
|
| '4' is a magic number. |
345
|
| '4' is a magic number. |
348
|
| '4' is a magic number. |
353
|
| '4' is a magic number. |
357
|
| '4' is a magic number. |
361
|
| '4' is a magic number. |
371
|
| '5' is a magic number. |
372
|
| '5' is a magic number. |
375
|
| '5' is a magic number. |
378
|
| '5' is a magic number. |
381
|
| '5' is a magic number. |
384
|
| '5' is a magic number. |
387
|
| '5' is a magic number. |
390
|
| '5' is a magic number. |
393
|
| '5' is a magic number. |
396
|
| '5' is a magic number. |
399
|
| '5' is a magic number. |
403
|
| '4' is a magic number. |
404
|
| '5' is a magic number. |
405
|
| '5' is a magic number. |
407
|
| '4' is a magic number. |
408
|
| Method length is 214 lines (max allowed is 150). |
413
|
| Missing a Javadoc comment. |
413
|
| Parameter pw should be final. |
413
|
| Parameter m should be final. |
413
|
| Parameter methodHash should be final. |
414
|
| '3' is a magic number. |
450
|
| '3' is a magic number. |
452
|
| '3' is a magic number. |
454
|
| '3' is a magic number. |
456
|
| '3' is a magic number. |
462
|
| '3' is a magic number. |
465
|
| '3' is a magic number. |
468
|
| '3' is a magic number. |
471
|
| '3' is a magic number. |
474
|
| '3' is a magic number. |
477
|
| '3' is a magic number. |
480
|
| '3' is a magic number. |
484
|
| '3' is a magic number. |
487
|
| '3' is a magic number. |
491
|
| '3' is a magic number. |
493
|
| '3' is a magic number. |
501
|
| '3' is a magic number. |
504
|
| Empty statement. |
512
|
| '3' is a magic number. |
517
|
| '3' is a magic number. |
520
|
| '3' is a magic number. |
521
|
| '3' is a magic number. |
527
|
| '3' is a magic number. |
529
|
| '3' is a magic number. |
561
|
| '4' is a magic number. |
562
|
| Must have at least one statement. |
579
|
| '3' is a magic number. |
585
|
| '4' is a magic number. |
586
|
| Line is longer than 80 characters. |
588
|
| '3' is a magic number. |
590
|
| '3' is a magic number. |
593
|
| '3' is a magic number. |
594
|
| '4' is a magic number. |
595
|
| '3' is a magic number. |
597
|
| '4' is a magic number. |
598
|
| '3' is a magic number. |
599
|
| '3' is a magic number. |
601
|
| '3' is a magic number. |
605
|
| '4' is a magic number. |
611
|
| '3' is a magic number. |
614
|
| '4' is a magic number. |
615
|
| '3' is a magic number. |
618
|
| Missing a Javadoc comment. |
629
|
| Parameter c should be final. |
629
|
| Line is longer than 80 characters. |
633
|
| Line contains a tab character. |
633
|
| Missing a Javadoc comment. |
641
|
| Parameter c should be final. |
641
|
| Line is longer than 80 characters. |
651
|
| Missing a Javadoc comment. |
657
|
| Parameter interfaces should be final. |
657
|
| Missing a Javadoc comment. |
667
|
| Method length is 203 lines (max allowed is 150). |
670
|
| Missing a Javadoc comment. |
670
|
| Parameter args should be final. |
670
|
| Expression can be simplified. |
703
|
| Expression can be simplified. |
703
|
| Inner assignments should be avoided. |
704
|
| Line contains a tab character. |
758
|
| Line contains a tab character. |
759
|
| Line is longer than 80 characters. |
769
|
| Line is longer than 80 characters. |
770
|
| Line is longer than 80 characters. |
772
|
| Parameter destDirectory should be final. |
877
|
| Expected @param tag for 'destDirectory'. |
877
|
net/fada/fadagen/Options.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
4
|
| Line contains a tab character. |
5
|
| Missing a Javadoc comment. |
5
|
| Variable 'options' must be private and have accessor methods. |
5
|
| Line contains a tab character. |
6
|
| Missing a Javadoc comment. |
6
|
| Variable 'parameters' must be private and have accessor methods. |
6
|
| Line contains a tab character. |
7
|
| Missing a Javadoc comment. |
7
|
| Variable 'noParams' must be private and have accessor methods. |
7
|
| Line contains a tab character. |
9
|
| Missing a Javadoc comment. |
9
|
| '(' is followed by whitespace. |
9
|
| Parameter option should be final. |
9
|
| ')' is preceded with whitespace. |
9
|
| Line contains a tab character. |
10
|
| Line contains a tab character. |
11
|
| 'if' is not followed by whitespace. |
11
|
| '(' is followed by whitespace. |
11
|
| ')' is preceded with whitespace. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| 'for' is not followed by whitespace. |
14
|
| '(' is followed by whitespace. |
14
|
| '=' is not preceded with whitespace. |
14
|
| '=' is not followed by whitespace. |
14
|
| '<' is not preceded with whitespace. |
14
|
| '<' is not followed by whitespace. |
14
|
| ')' is preceded with whitespace. |
14
|
| Line contains a tab character. |
15
|
| 'if' is not followed by whitespace. |
15
|
| '(' is followed by whitespace. |
15
|
| '(' is followed by whitespace. |
15
|
| ')' is preceded with whitespace. |
15
|
| ')' is preceded with whitespace. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| '(' is followed by whitespace. |
23
|
| Parameter args should be final. |
23
|
| Parameter noParams should be final. |
23
|
| 'noParams' hides a field. |
23
|
| ')' is preceded with whitespace. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| 'options' hides a field. |
25
|
| Line contains a tab character. |
26
|
| 'parameters' hides a field. |
26
|
| Line contains a tab character. |
27
|
| 'if' is not followed by whitespace. |
27
|
| '(' is followed by whitespace. |
27
|
| ')' is preceded with whitespace. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| '=' is not preceded with whitespace. |
30
|
| '=' is not followed by whitespace. |
30
|
| Line is longer than 80 characters. |
31
|
| Line contains a tab character. |
31
|
| 'for' is not followed by whitespace. |
31
|
| '(' is followed by whitespace. |
31
|
| '(' is followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| ';' is preceded with whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| Line contains a tab character. |
32
|
| 'if' is not followed by whitespace. |
32
|
| '(' is followed by whitespace. |
32
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| 'if' is not followed by whitespace. |
35
|
| '(' is followed by whitespace. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| 'if' is not followed by whitespace. |
37
|
| '(' is followed by whitespace. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Line is longer than 80 characters. |
38
|
| Line contains a tab character. |
38
|
| '(' is followed by whitespace. |
38
|
| '+' is not preceded with whitespace. |
38
|
| '+' is not followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| 'if' is not followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| 'if' is not followed by whitespace. |
45
|
| '(' is followed by whitespace. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Line is longer than 80 characters. |
46
|
| Line contains a tab character. |
46
|
| '(' is followed by whitespace. |
46
|
| '+' is not preceded with whitespace. |
46
|
| '+' is not followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| 'for' is not followed by whitespace. |
56
|
| '(' is followed by whitespace. |
56
|
| '=' is not preceded with whitespace. |
56
|
| '=' is not followed by whitespace. |
56
|
| '<' is not preceded with whitespace. |
56
|
| '<' is not followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| Line contains a tab character. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| 'if' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| 'for' is not followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| '=' is not preceded with whitespace. |
63
|
| '=' is not followed by whitespace. |
63
|
| '<' is not preceded with whitespace. |
63
|
| '<' is not followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| Line is longer than 80 characters. |
64
|
| Line contains a tab character. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| 'if' is not followed by whitespace. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line is longer than 80 characters. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| 'for' is not followed by whitespace. |
72
|
| '(' is followed by whitespace. |
72
|
| '=' is not preceded with whitespace. |
72
|
| '=' is not followed by whitespace. |
72
|
| '<' is not preceded with whitespace. |
72
|
| '<' is not followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Line is longer than 80 characters. |
73
|
| Line contains a tab character. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
net/fada/fadagen/Tiger.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Missing a Javadoc comment. |
2
|
| Line contains a tab character. |
4
|
| Missing a Javadoc comment. |
4
|
| Variable 'abc' must be private and have accessor methods. |
4
|
| Line contains a tab character. |
5
|
| Missing a Javadoc comment. |
5
|
| Variable 'aa' must be private and have accessor methods. |
5
|
| Line contains a tab character. |
6
|
| Missing a Javadoc comment. |
6
|
| Variable 'bb' must be private and have accessor methods. |
6
|
| Line contains a tab character. |
7
|
| Missing a Javadoc comment. |
7
|
| Variable 'cc' must be private and have accessor methods. |
7
|
| Line contains a tab character. |
8
|
| Missing a Javadoc comment. |
8
|
| Variable 'a' must be private and have accessor methods. |
8
|
| Line contains a tab character. |
9
|
| Missing a Javadoc comment. |
9
|
| Variable 'b' must be private and have accessor methods. |
9
|
| Line contains a tab character. |
10
|
| Missing a Javadoc comment. |
10
|
| Variable 'c' must be private and have accessor methods. |
10
|
| Line contains a tab character. |
11
|
| Missing a Javadoc comment. |
11
|
| Variable 'aux' must be private and have accessor methods. |
11
|
| Line contains a tab character. |
13
|
| Missing a Javadoc comment. |
13
|
| Variable 'x0' must be private and have accessor methods. |
13
|
| Line contains a tab character. |
14
|
| Missing a Javadoc comment. |
14
|
| Variable 'x1' must be private and have accessor methods. |
14
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| Variable 'x2' must be private and have accessor methods. |
15
|
| Line contains a tab character. |
16
|
| Missing a Javadoc comment. |
16
|
| Variable 'x3' must be private and have accessor methods. |
16
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| Variable 'x4' must be private and have accessor methods. |
17
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| Variable 'x5' must be private and have accessor methods. |
18
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| Variable 'x6' must be private and have accessor methods. |
19
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| Variable 'x7' must be private and have accessor methods. |
20
|
| Line contains a tab character. |
22
|
| Missing a Javadoc comment. |
22
|
| Variable 'c0' must be private and have accessor methods. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| Variable 'c1' must be private and have accessor methods. |
23
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| Variable 'c2' must be private and have accessor methods. |
24
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| Variable 'c3' must be private and have accessor methods. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Variable 'c4' must be private and have accessor methods. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Variable 'c5' must be private and have accessor methods. |
27
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Variable 'c6' must be private and have accessor methods. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Variable 'c7' must be private and have accessor methods. |
29
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Variable 't1' must be private and have accessor methods. |
31
|
| '0x02AAB17CF7E90C5EL' is a magic number. |
32
|
| '0xAC424B03E243A8ECL' is a magic number. |
32
|
| '0x72CD5BE30DD5FCD3L' is a magic number. |
33
|
| '0x6D019B93F6F97F3AL' is a magic number. |
33
|
| '0xCD9978FFD21F9193L' is a magic number. |
34
|
| '0x7573A1C9708029E2L' is a magic number. |
34
|
| '0xB164326B922A83C3L' is a magic number. |
35
|
| '0x46883EEE04915870L' is a magic number. |
35
|
| '0xEAACE3057103ECE6L' is a magic number. |
36
|
| '0xC54169B808A3535CL' is a magic number. |
36
|
| '0x4CE754918DDEC47CL' is a magic number. |
37
|
| '0x0AA2F4DFDC0DF40CL' is a magic number. |
37
|
| '0x10B76F18A74DBEFAL' is a magic number. |
38
|
| '0xC6CCB6235AD1AB6AL' is a magic number. |
38
|
| '0x13726121572FE2FFL' is a magic number. |
39
|
| '0x1A488C6F199D921EL' is a magic number. |
39
|
| '0x4BC9F9F4DA0007CAL' is a magic number. |
40
|
| '0x26F5E6F6E85241C7L' is a magic number. |
40
|
| '0x859079DBEA5947B6L' is a magic number. |
41
|
| '0x4F1885C5C99E8C92L' is a magic number. |
41
|
| '0xD78E761EA96F864BL' is a magic number. |
42
|
| '0x8E36428C52B5C17DL' is a magic number. |
42
|
| '0x69CF6827373063C1L' is a magic number. |
43
|
| '0xB607C93D9BB4C56EL' is a magic number. |
43
|
| '0x7D820E760E76B5EAL' is a magic number. |
44
|
| '0x645C9CC6F07FDC42L' is a magic number. |
44
|
| '0xBF38A078243342E0L' is a magic number. |
45
|
| '0x5F6B343C9D2E7D04L' is a magic number. |
45
|
| '0xF2C28AEB600B0EC6L' is a magic number. |
46
|
| '0x6C0ED85F7254BCACL' is a magic number. |
46
|
| '0x71592281A4DB4FE5L' is a magic number. |
47
|
| '0x1967FA69CE0FED9FL' is a magic number. |
47
|
| '0xFD5293F8B96545DBL' is a magic number. |
48
|
| '0xC879E9D7F2A7600BL' is a magic number. |
48
|
| '0x860248920193194EL' is a magic number. |
49
|
| '0xA4F9533B2D9CC0B3L' is a magic number. |
49
|
| '0x9053836C15957613L' is a magic number. |
50
|
| '0xDB6DCF8AFC357BF1L' is a magic number. |
50
|
| '0x18BEEA7A7A370F57L' is a magic number. |
51
|
| '0x037117CA50B99066L' is a magic number. |
51
|
| '0x6AB30A9774424A35L' is a magic number. |
52
|
| '0xF4E92F02E325249BL' is a magic number. |
52
|
| '0x7739DB07061CCAE1L' is a magic number. |
53
|
| '0xD8F3B49CECA42A05L' is a magic number. |
53
|
| '0xBD56BE3F51382F73L' is a magic number. |
54
|
| '0x45FAED5843B0BB28L' is a magic number. |
54
|
| '0x1C813D5C11BF1F83L' is a magic number. |
55
|
| '0x8AF0E4B6D75FA169L' is a magic number. |
55
|
| '0x33EE18A487AD9999L' is a magic number. |
56
|
| '0x3C26E8EAB1C94410L' is a magic number. |
56
|
| '0xB510102BC0A822F9L' is a magic number. |
57
|
| '0x141EEF310CE6123BL' is a magic number. |
57
|
| '0xFC65B90059DDB154L' is a magic number. |
58
|
| '0xE0158640C5E0E607L' is a magic number. |
58
|
| '0x884E079826C3A3CFL' is a magic number. |
59
|
| '0x930D0D9523C535FDL' is a magic number. |
59
|
| '0x35638D754E9A2B00L' is a magic number. |
60
|
| '0x4085FCCF40469DD5L' is a magic number. |
60
|
| '0xC4B17AD28BE23A4CL' is a magic number. |
61
|
| '0xCAB2F0FC6A3E6A2EL' is a magic number. |
61
|
| '0x2860971A6B943FCDL' is a magic number. |
62
|
| '0x3DDE6EE212E30446L' is a magic number. |
62
|
| '0x6222F32AE01765AEL' is a magic number. |
63
|
| '0x5D550BB5478308FEL' is a magic number. |
63
|
| '0xA9EFA98DA0EDA22AL' is a magic number. |
64
|
| '0xC351A71686C40DA7L' is a magic number. |
64
|
| '0x1105586D9C867C84L' is a magic number. |
65
|
| '0xDCFFEE85FDA22853L' is a magic number. |
65
|
| '0xCCFBD0262C5EEF76L' is a magic number. |
66
|
| '0xBAF294CB8990D201L' is a magic number. |
66
|
| '0xE69464F52AFAD975L' is a magic number. |
67
|
| '0x94B013AFDF133E14L' is a magic number. |
67
|
| '0x06A7D1A32823C958L' is a magic number. |
68
|
| '0x6F95FE5130F61119L' is a magic number. |
68
|
| '0xD92AB34E462C06C0L' is a magic number. |
69
|
| '0xED7BDE33887C71D2L' is a magic number. |
69
|
| '0x79746D6E6518393EL' is a magic number. |
70
|
| '0x5BA419385D713329L' is a magic number. |
70
|
| '0x7C1BA6B948A97564L' is a magic number. |
71
|
| '0x31987C197BFDAC67L' is a magic number. |
71
|
| '0xDE6C23C44B053D02L' is a magic number. |
72
|
| '0x581C49FED002D64DL' is a magic number. |
72
|
| '0xDD474D6338261571L' is a magic number. |
73
|
| '0xAA4546C3E473D062L' is a magic number. |
73
|
| '0x928FCE349455F860L' is a magic number. |
74
|
| '0x48161BBACAAB94D9L' is a magic number. |
74
|
| '0x63912430770E6F68L' is a magic number. |
75
|
| '0x6EC8A5E602C6641CL' is a magic number. |
75
|
| '0x87282515337DDD2BL' is a magic number. |
76
|
| '0x2CDA6B42034B701BL' is a magic number. |
76
|
| '0xB03D37C181CB096DL' is a magic number. |
77
|
| '0xE108438266C71C6FL' is a magic number. |
77
|
| '0x2B3180C7EB51B255L' is a magic number. |
78
|
| '0xDF92B82F96C08BBCL' is a magic number. |
78
|
| '0x5C68C8C0A632F3BAL' is a magic number. |
79
|
| '0x5504CC861C3D0556L' is a magic number. |
79
|
| '0xABBFA4E55FB26B8FL' is a magic number. |
80
|
| '0x41848B0AB3BACEB4L' is a magic number. |
80
|
| '0xB334A273AA445D32L' is a magic number. |
81
|
| '0xBCA696F0A85AD881L' is a magic number. |
81
|
| '0x24F6EC65B528D56CL' is a magic number. |
82
|
| '0x0CE1512E90F4524AL' is a magic number. |
82
|
| '0x4E9DD79D5506D35AL' is a magic number. |
83
|
| '0x258905FAC6CE9779L' is a magic number. |
83
|
| '0x2019295B3E109B33L' is a magic number. |
84
|
| '0xF8A9478B73A054CCL' is a magic number. |
84
|
| '0x2924F2F934417EB0L' is a magic number. |
85
|
| '0x3993357D536D1BC4L' is a magic number. |
85
|
| '0x38A81AC21DB6FF8BL' is a magic number. |
86
|
| '0x47C4FBF17D6016BFL' is a magic number. |
86
|
| '0x1E0FAADD7667E3F5L' is a magic number. |
87
|
| '0x7ABCFF62938BEB96L' is a magic number. |
87
|
| '0xA78DAD948FC179C9L' is a magic number. |
88
|
| '0x8F1F98B72911E50DL' is a magic number. |
88
|
| '0x61E48EAE27121A91L' is a magic number. |
89
|
| '0x4D62F7AD31859808L' is a magic number. |
89
|
| '0xECEBA345EF5CEAEBL' is a magic number. |
90
|
| '0xF5CEB25EBC9684CEL' is a magic number. |
90
|
| '0xF633E20CB7F76221L' is a magic number. |
91
|
| '0xA32CDF06AB8293E4L' is a magic number. |
91
|
| '0x985A202CA5EE2CA4L' is a magic number. |
92
|
| '0xCF0B8447CC8A8FB1L' is a magic number. |
92
|
| '0x9F765244979859A3L' is a magic number. |
93
|
| '0xA8D516B1A1240017L' is a magic number. |
93
|
| '0x0BD7BA3EBB5DC726L' is a magic number. |
94
|
| '0xE54BCA55B86ADB39L' is a magic number. |
94
|
| '0x1D7A3AFD6C478063L' is a magic number. |
95
|
| '0x519EC608E7669EDDL' is a magic number. |
95
|
| '0x0E5715A2D149AA23L' is a magic number. |
96
|
| '0x177D4571848FF194L' is a magic number. |
96
|
| '0xEEB55F3241014C22L' is a magic number. |
97
|
| '0x0F5E5CA13A6E2EC2L' is a magic number. |
97
|
| '0x8029927B75F5C361L' is a magic number. |
98
|
| '0xAD139FABC3D6E436L' is a magic number. |
98
|
| '0x0D5DF1A94CCF402FL' is a magic number. |
99
|
| '0x3E8BD948BEA5DFC8L' is a magic number. |
99
|
| '0xA5A0D357BD3FF77EL' is a magic number. |
100
|
| '0xA2D12E251F74F645L' is a magic number. |
100
|
| '0x66FD9E525E81A082L' is a magic number. |
101
|
| '0x2E0C90CE7F687A49L' is a magic number. |
101
|
| '0xC2E8BCBEBA973BC5L' is a magic number. |
102
|
| '0x000001BCE509745FL' is a magic number. |
102
|
| '0x423777BBE6DAB3D6L' is a magic number. |
103
|
| '0xD1661C7EAEF06EB5L' is a magic number. |
103
|
| '0xA1781F354DAACFD8L' is a magic number. |
104
|
| '0x2D11284A2B16AFFCL' is a magic number. |
104
|
| '0xF1FC4F67FA891D1FL' is a magic number. |
105
|
| '0x73ECC25DCB920ADAL' is a magic number. |
105
|
| '0xAE610C22C2A12651L' is a magic number. |
106
|
| '0x96E0A810D356B78AL' is a magic number. |
106
|
| '0x5A9A381F2FE7870FL' is a magic number. |
107
|
| '0xD5AD62EDE94E5530L' is a magic number. |
107
|
| '0xD225E5E8368D1427L' is a magic number. |
108
|
| '0x65977B70C7AF4631L' is a magic number. |
108
|
| '0x99F889B2DE39D74FL' is a magic number. |
109
|
| '0x233F30BF54E1D143L' is a magic number. |
109
|
| '0x9A9675D3D9A63C97L' is a magic number. |
110
|
| '0x5470554FF334F9A8L' is a magic number. |
110
|
| '0x166ACB744A4F5688L' is a magic number. |
111
|
| '0x70C74CAAB2E4AEADL' is a magic number. |
111
|
| '0xF0D091646F294D12L' is a magic number. |
112
|
| '0x57B82A89684031D1L' is a magic number. |
112
|
| '0xEFD95A5A61BE0B6BL' is a magic number. |
113
|
| '0x2FBD12E969F2F29AL' is a magic number. |
113
|
| '0x9BD37013FEFF9FE8L' is a magic number. |
114
|
| '0x3F9B0404D6085A06L' is a magic number. |
114
|
| '0x4940C1F3166CFE15L' is a magic number. |
115
|
| '0x09542C4DCDF3DEFBL' is a magic number. |
115
|
| '0xB4C5218385CD5CE3L' is a magic number. |
116
|
| '0xC935B7DC4462A641L' is a magic number. |
116
|
| '0x3417F8A68ED3B63FL' is a magic number. |
117
|
| '0xB80959295B215B40L' is a magic number. |
117
|
| '0xF99CDAEF3B8C8572L' is a magic number. |
118
|
| '0x018C0614F8FCB95DL' is a magic number. |
118
|
| '0x1B14ACCD1A3ACDF3L' is a magic number. |
119
|
| '0x84D471F200BB732DL' is a magic number. |
119
|
| '0xC1A3110E95E8DA16L' is a magic number. |
120
|
| '0x430A7220BF1A82B8L' is a magic number. |
120
|
| '0xB77E090D39DF210EL' is a magic number. |
121
|
| '0x5EF4BD9F3CD05E9DL' is a magic number. |
121
|
| '0x9D4FF6DA7E57A444L' is a magic number. |
122
|
| '0xDA1D60E183D4A5F8L' is a magic number. |
122
|
| '0xB287C38417998E47L' is a magic number. |
123
|
| '0xFE3EDC121BB31886L' is a magic number. |
123
|
| '0xC7FE3CCC980CCBEFL' is a magic number. |
124
|
| '0xE46FB590189BFD03L' is a magic number. |
124
|
| '0x3732FD469A4C57DCL' is a magic number. |
125
|
| '0x7EF700A07CF1AD65L' is a magic number. |
125
|
| '0x59C64468A31D8859L' is a magic number. |
126
|
| '0x762FB0B4D45B61F6L' is a magic number. |
126
|
| '0x155BAED099047718L' is a magic number. |
127
|
| '0x68755E4C3D50BAA6L' is a magic number. |
127
|
| '0xE9214E7F22D8B4DFL' is a magic number. |
128
|
| '0x2ADDBF532EAC95F4L' is a magic number. |
128
|
| '0x32AE3909B4BD0109L' is a magic number. |
129
|
| '0x834DF537B08E3450L' is a magic number. |
129
|
| '0xFA209DA84220728DL' is a magic number. |
130
|
| '0x9E691D9B9EFE23F7L' is a magic number. |
130
|
| '0x0446D288C4AE8D7FL' is a magic number. |
131
|
| '0x7B4CC524E169785BL' is a magic number. |
131
|
| '0x21D87F0135CA1385L' is a magic number. |
132
|
| '0xCEBB400F137B8AA5L' is a magic number. |
132
|
| '0x272E2B66580796BEL' is a magic number. |
133
|
| '0x3612264125C2B0DEL' is a magic number. |
133
|
| '0x057702BDAD1EFBB2L' is a magic number. |
134
|
| '0xD4BABB8EACF84BE9L' is a magic number. |
134
|
| '0x91583139641BC67BL' is a magic number. |
135
|
| '0x8BDC2DE08036E024L' is a magic number. |
135
|
| '0x603C8156F49F68EDL' is a magic number. |
136
|
| '0xF7D236F7DBEF5111L' is a magic number. |
136
|
| '0x9727C4598AD21E80L' is a magic number. |
137
|
| '0xA08A0896670A5FD7L' is a magic number. |
137
|
| '0xCB4A8F4309EBA9CBL' is a magic number. |
138
|
| '0x81AF564B0F7036A1L' is a magic number. |
138
|
| '0xC0B99AA778199ABDL' is a magic number. |
139
|
| '0x959F1EC83FC8E952L' is a magic number. |
139
|
| '0x8C505077794A81B9L' is a magic number. |
140
|
| '0x3ACAAF8F056338F0L' is a magic number. |
140
|
| '0x07B43F50627A6778L' is a magic number. |
141
|
| '0x4A44AB49F5ECCC77L' is a magic number. |
141
|
| '0x3BC3D6E4B679EE98L' is a magic number. |
142
|
| '0x9CC0D4D1CF14108CL' is a magic number. |
142
|
| '0x4406C00B206BC8A0L' is a magic number. |
143
|
| '0x82A18854C8D72D89L' is a magic number. |
143
|
| '0x67E366B35C3C432CL' is a magic number. |
144
|
| '0xB923DD61102B37F2L' is a magic number. |
144
|
| '0x56AB2779D884271DL' is a magic number. |
145
|
| '0xBE83E1B0FF1525AFL' is a magic number. |
145
|
| '0xFB7C65D4217E49A9L' is a magic number. |
146
|
| '0x6BDBE0E76D48E7D4L' is a magic number. |
146
|
| '0x08DF828745D9179EL' is a magic number. |
147
|
| '0x22EA6A9ADD53BD34L' is a magic number. |
147
|
| '0xE36E141C5622200AL' is a magic number. |
148
|
| '0x7F805D1B8CB750EEL' is a magic number. |
148
|
| '0xAFE5C7A59F58E837L' is a magic number. |
149
|
| '0xE27F996A4FB1C23CL' is a magic number. |
149
|
| '0xD3867DFB0775F0D0L' is a magic number. |
150
|
| '0xD0E673DE6E88891AL' is a magic number. |
150
|
| '0x123AEB9EAFB86C25L' is a magic number. |
151
|
| '0x30F1D5D5C145B895L' is a magic number. |
151
|
| '0xBB434A2DEE7269E7L' is a magic number. |
152
|
| '0x78CB67ECF931FA38L' is a magic number. |
152
|
| '0xF33B0372323BBF9CL' is a magic number. |
153
|
| '0x52D66336FB279C74L' is a magic number. |
153
|
| '0x505F33AC0AFB4EAAL' is a magic number. |
154
|
| '0xE8A5CD99A2CCE187L' is a magic number. |
154
|
| '0x534974801E2D30BBL' is a magic number. |
155
|
| '0x8D2D5711D5876D90L' is a magic number. |
155
|
| '0x1F1A412891BC038EL' is a magic number. |
156
|
| '0xD6E2E71D82E56648L' is a magic number. |
156
|
| '0x74036C3A497732B7L' is a magic number. |
157
|
| '0x89B67ED96361F5ABL' is a magic number. |
157
|
| '0xFFED95D8F1EA02A2L' is a magic number. |
158
|
| '0xE72B3BD61464D43DL' is a magic number. |
158
|
| '0xA6300F170BDC4820L' is a magic number. |
159
|
| '0xEBC18760ED78A77AL' is a magic number. |
159
|
| Missing a Javadoc comment. |
162
|
| Variable 't2' must be private and have accessor methods. |
162
|
| '0xE6A6BE5A05A12138L' is a magic number. |
163
|
| '0xB5A122A5B4F87C98L' is a magic number. |
163
|
| '0x563C6089140B6990L' is a magic number. |
164
|
| '0x4C46CB2E391F5DD5L' is a magic number. |
164
|
| '0xD932ADDBC9B79434L' is a magic number. |
165
|
| '0x08EA70E42015AFF5L' is a magic number. |
165
|
| '0xD765A6673E478CF1L' is a magic number. |
166
|
| '0xC4FB757EAB278D99L' is a magic number. |
166
|
| '0xDF11C6862D6E0692L' is a magic number. |
167
|
| '0xDDEB84F10D7F3B16L' is a magic number. |
167
|
| '0x6F2EF604A665EA04L' is a magic number. |
168
|
| '0x4A8E0F0FF0E0DFB3L' is a magic number. |
168
|
| '0xA5EDEEF83DBCBA51L' is a magic number. |
169
|
| '0xFC4F0A2A0EA4371EL' is a magic number. |
169
|
| '0xE83E1DA85CB38429L' is a magic number. |
170
|
| '0xDC8FF882BA1B1CE2L' is a magic number. |
170
|
| '0xCD45505E8353E80DL' is a magic number. |
171
|
| '0x18D19A00D4DB0717L' is a magic number. |
171
|
| '0x34A0CFEDA5F38101L' is a magic number. |
172
|
| '0x0BE77E518887CAF2L' is a magic number. |
172
|
| '0x1E341438B3C45136L' is a magic number. |
173
|
| '0xE05797F49089CCF9L' is a magic number. |
173
|
| '0xFFD23F9DF2591D14L' is a magic number. |
174
|
| '0x543DDA228595C5CDL' is a magic number. |
174
|
| '0x661F81FD99052A33L' is a magic number. |
175
|
| '0x8736E641DB0F7B76L' is a magic number. |
175
|
| '0x15227725418E5307L' is a magic number. |
176
|
| '0xE25F7F46162EB2FAL' is a magic number. |
176
|
| '0x48A8B2126C13D9FEL' is a magic number. |
177
|
| '0xAFDC541792E76EEAL' is a magic number. |
177
|
| '0x03D912BFC6D1898FL' is a magic number. |
178
|
| '0x31B1AAFA1B83F51BL' is a magic number. |
178
|
| '0xF1AC2796E42AB7D9L' is a magic number. |
179
|
| '0x40A3A7D7FCD2EBACL' is a magic number. |
179
|
| '0x1056136D0AFBBCC5L' is a magic number. |
180
|
| '0x7889E1DD9A6D0C85L' is a magic number. |
180
|
| '0xD33525782A7974AAL' is a magic number. |
181
|
| '0xA7E25D09078AC09BL' is a magic number. |
181
|
| '0xBD4138B3EAC6EDD0L' is a magic number. |
182
|
| '0x920ABFBE71EB9E70L' is a magic number. |
182
|
| '0xA2A5D0F54FC2625CL' is a magic number. |
183
|
| '0xC054E36B0B1290A3L' is a magic number. |
183
|
| '0xF6DD59FF62FE932BL' is a magic number. |
184
|
| '0x3537354511A8AC7DL' is a magic number. |
184
|
| '0xCA845E9172FADCD4L' is a magic number. |
185
|
| '0x84F82B60329D20DCL' is a magic number. |
185
|
| '0x79C62CE1CD672F18L' is a magic number. |
186
|
| '0x8B09A2ADD124642CL' is a magic number. |
186
|
| '0xD0C1E96A19D9E726L' is a magic number. |
187
|
| '0x5A786A9B4BA9500CL' is a magic number. |
187
|
| '0x0E020336634C43F3L' is a magic number. |
188
|
| '0xC17B474AEB66D822L' is a magic number. |
188
|
| '0x6A731AE3EC9BAAC2L' is a magic number. |
189
|
| '0x8226667AE0840258L' is a magic number. |
189
|
| '0x67D4567691CAECA5L' is a magic number. |
190
|
| '0x1D94155C4875ADB5L' is a magic number. |
190
|
| '0x6D00FD985B813FDFL' is a magic number. |
191
|
| '0x51286EFCB774CD06L' is a magic number. |
191
|
| '0x5E8834471FA744AFL' is a magic number. |
192
|
| '0xF72CA0AEE761AE2EL' is a magic number. |
192
|
| '0xBE40E4CDAEE8E09AL' is a magic number. |
193
|
| '0xE9970BBB5118F665L' is a magic number. |
193
|
| '0x726E4BEB33DF1964L' is a magic number. |
194
|
| '0x703B000729199762L' is a magic number. |
194
|
| '0x4631D816F5EF30A7L' is a magic number. |
195
|
| '0xB880B5B51504A6BEL' is a magic number. |
195
|
| '0x641793C37ED84B6CL' is a magic number. |
196
|
| '0x7B21ED77F6E97D96L' is a magic number. |
196
|
| '0x776306312EF96B73L' is a magic number. |
197
|
| '0xAE528948E86FF3F4L' is a magic number. |
197
|
| '0x53DBD7F286A3F8F8L' is a magic number. |
198
|
| '0x16CADCE74CFC1063L' is a magic number. |
198
|
| '0x005C19BDFA52C6DDL' is a magic number. |
199
|
| '0x68868F5D64D46AD3L' is a magic number. |
199
|
| '0x3A9D512CCF1E186AL' is a magic number. |
200
|
| '0x367E62C2385660AEL' is a magic number. |
200
|
| '0xE359E7EA77DCB1D7L' is a magic number. |
201
|
| '0x526C0773749ABE6EL' is a magic number. |
201
|
| '0x735AE5F9D09F734BL' is a magic number. |
202
|
| '0x493FC7CC8A558BA8L' is a magic number. |
202
|
| '0xB0B9C1533041AB45L' is a magic number. |
203
|
| '0x321958BA470A59BDL' is a magic number. |
203
|
| '0x852DB00B5F46C393L' is a magic number. |
204
|
| '0x91209B2BD336B0E5L' is a magic number. |
204
|
| '0x6E604F7D659EF19FL' is a magic number. |
205
|
| '0xB99A8AE2782CCB24L' is a magic number. |
205
|
| '0xCCF52AB6C814C4C7L' is a magic number. |
206
|
| '0x4727D9AFBE11727BL' is a magic number. |
206
|
| '0x7E950D0C0121B34DL' is a magic number. |
207
|
| '0x756F435670AD471FL' is a magic number. |
207
|
| '0xF5ADD442615A6849L' is a magic number. |
208
|
| '0x4E87E09980B9957AL' is a magic number. |
208
|
| '0x2ACFA1DF50AEE355L' is a magic number. |
209
|
| '0xD898263AFD2FD556L' is a magic number. |
209
|
| '0xC8F4924DD80C8FD6L' is a magic number. |
210
|
| '0xCF99CA3D754A173AL' is a magic number. |
210
|
| '0xFE477BACAF91BF3CL' is a magic number. |
211
|
| '0xED5371F6D690C12DL' is a magic number. |
211
|
| '0x831A5C285E687094L' is a magic number. |
212
|
| '0xC5D3C90A3708A0A4L' is a magic number. |
212
|
| '0x0F7F903717D06580L' is a magic number. |
213
|
| '0x19F9BB13B8FDF27FL' is a magic number. |
213
|
| '0xB1BD6F1B4D502843L' is a magic number. |
214
|
| '0x1C761BA38FFF4012L' is a magic number. |
214
|
| '0x0D1530C4E2E21F3BL' is a magic number. |
215
|
| '0x8943CE69A7372C8AL' is a magic number. |
215
|
| '0xE5184E11FEB5CE66L' is a magic number. |
216
|
| '0x618BDB80BD736621L' is a magic number. |
216
|
| '0x7D29BAD68B574D0BL' is a magic number. |
217
|
| '0x81BB613E25E6FE5BL' is a magic number. |
217
|
| '0x071C9C10BC07913FL' is a magic number. |
218
|
| '0xC7BEEB7909AC2D97L' is a magic number. |
218
|
| '0xC3E58D353BC5D757L' is a magic number. |
219
|
| '0xEB017892F38F61E8L' is a magic number. |
219
|
| '0xD4EFFB9C9B1CC21AL' is a magic number. |
220
|
| '0x99727D26F494F7ABL' is a magic number. |
220
|
| '0xA3E063A2956B3E03L' is a magic number. |
221
|
| '0x9D4A8B9A4AA09C30L' is a magic number. |
221
|
| '0x3F6AB7D500090FB4L' is a magic number. |
222
|
| '0x9CC0F2A057268AC0L' is a magic number. |
222
|
| '0x3DEE9D2DEDBF42D1L' is a magic number. |
223
|
| '0x330F49C87960A972L' is a magic number. |
223
|
| '0xC6B2720287421B41L' is a magic number. |
224
|
| '0x0AC59EC07C00369CL' is a magic number. |
224
|
| '0xEF4EAC49CB353425L' is a magic number. |
225
|
| '0xF450244EEF0129D8L' is a magic number. |
225
|
| '0x8ACC46E5CAF4DEB6L' is a magic number. |
226
|
| '0x2FFEAB63989263F7L' is a magic number. |
226
|
| '0x8F7CB9FE5D7A4578L' is a magic number. |
227
|
| '0x5BD8F7644E634635L' is a magic number. |
227
|
| '0x427A7315BF2DC900L' is a magic number. |
228
|
| '0x17D0C4AA2125261CL' is a magic number. |
228
|
| '0x3992486C93518E50L' is a magic number. |
229
|
| '0xB4CBFEE0A2D7D4C3L' is a magic number. |
229
|
| '0x7C75D6202C5DDD8DL' is a magic number. |
230
|
| '0xDBC295D8E35B6C61L' is a magic number. |
230
|
| '0x60B369D302032B19L' is a magic number. |
231
|
| '0xCE42685FDCE44132L' is a magic number. |
231
|
| '0x06F3DDB9DDF65610L' is a magic number. |
232
|
| '0x8EA4D21DB5E148F0L' is a magic number. |
232
|
| '0x20B0FCE62FCD496FL' is a magic number. |
233
|
| '0x2C1B912358B0EE31L' is a magic number. |
233
|
| '0xB28317B818F5A308L' is a magic number. |
234
|
| '0xA89C1E189CA6D2CFL' is a magic number. |
234
|
| '0x0C6B18576AAADBC8L' is a magic number. |
235
|
| '0xB65DEAA91299FAE3L' is a magic number. |
235
|
| '0xFB2B794B7F1027E7L' is a magic number. |
236
|
| '0x04E4317F443B5BEBL' is a magic number. |
236
|
| '0x4B852D325939D0A6L' is a magic number. |
237
|
| '0xD5AE6BEEFB207FFCL' is a magic number. |
237
|
| '0x309682B281C7D374L' is a magic number. |
238
|
| '0xBAE309A194C3B475L' is a magic number. |
238
|
| '0x8CC3F97B13B49F05L' is a magic number. |
239
|
| '0x98A9422FF8293967L' is a magic number. |
239
|
| '0x244B16B01076FF7CL' is a magic number. |
240
|
| '0xF8BF571C663D67EEL' is a magic number. |
240
|
| '0x1F0D6758EEE30DA1L' is a magic number. |
241
|
| '0xC9B611D97ADEB9B7L' is a magic number. |
241
|
| '0xB7AFD5887B6C57A2L' is a magic number. |
242
|
| '0x6290AE846B984FE1L' is a magic number. |
242
|
| '0x94DF4CDEACC1A5FDL' is a magic number. |
243
|
| '0x058A5BD1C5483AFFL' is a magic number. |
243
|
| '0x63166CC142BA3C37L' is a magic number. |
244
|
| '0x8DB8526EB2F76F40L' is a magic number. |
244
|
| '0xE10880036F0D6D4EL' is a magic number. |
245
|
| '0x9E0523C9971D311DL' is a magic number. |
245
|
| '0x45EC2824CC7CD691L' is a magic number. |
246
|
| '0x575B8359E62382C9L' is a magic number. |
246
|
| '0xFA9E400DC4889995L' is a magic number. |
247
|
| '0xD1823ECB45721568L' is a magic number. |
247
|
| '0xDAFD983B8206082FL' is a magic number. |
248
|
| '0xAA7D29082386A8CBL' is a magic number. |
248
|
| '0x269FCD4403B87588L' is a magic number. |
249
|
| '0x1B91F5F728BDD1E0L' is a magic number. |
249
|
| '0xE4669F39040201F6L' is a magic number. |
250
|
| '0x7A1D7C218CF04ADEL' is a magic number. |
250
|
| '0x65623C29D79CE5CEL' is a magic number. |
251
|
| '0x2368449096C00BB1L' is a magic number. |
251
|
| '0xAB9BF1879DA503BAL' is a magic number. |
252
|
| '0xBC23ECB1A458058EL' is a magic number. |
252
|
| '0x9A58DF01BB401ECCL' is a magic number. |
253
|
| '0xA070E868A85F143DL' is a magic number. |
253
|
| '0x4FF188307DF2239EL' is a magic number. |
254
|
| '0x14D565B41A641183L' is a magic number. |
254
|
| '0xEE13337452701602L' is a magic number. |
255
|
| '0x950E3DCF3F285E09L' is a magic number. |
255
|
| '0x59930254B9C80953L' is a magic number. |
256
|
| '0x3BF299408930DA6DL' is a magic number. |
256
|
| '0xA955943F53691387L' is a magic number. |
257
|
| '0xA15EDECAA9CB8784L' is a magic number. |
257
|
| '0x29142127352BE9A0L' is a magic number. |
258
|
| '0x76F0371FFF4E7AFBL' is a magic number. |
258
|
| '0x0239F450274F2228L' is a magic number. |
259
|
| '0xBB073AF01D5E868BL' is a magic number. |
259
|
| '0xBFC80571C10E96C1L' is a magic number. |
260
|
| '0xD267088568222E23L' is a magic number. |
260
|
| '0x9671A3D48E80B5B0L' is a magic number. |
261
|
| '0x55B5D38AE193BB81L' is a magic number. |
261
|
| '0x693AE2D0A18B04B8L' is a magic number. |
262
|
| '0x5C48B4ECADD5335FL' is a magic number. |
262
|
| '0xFD743B194916A1CAL' is a magic number. |
263
|
| '0x2577018134BE98C4L' is a magic number. |
263
|
| '0xE77987E83C54A4ADL' is a magic number. |
264
|
| '0x28E11014DA33E1B9L' is a magic number. |
264
|
| '0x270CC59E226AA213L' is a magic number. |
265
|
| '0x71495F756D1A5F60L' is a magic number. |
265
|
| '0x9BE853FB60AFEF77L' is a magic number. |
266
|
| '0xADC786A7F7443DBFL' is a magic number. |
266
|
| '0x0904456173B29A82L' is a magic number. |
267
|
| '0x58BC7A66C232BD5EL' is a magic number. |
267
|
| '0xF306558C673AC8B2L' is a magic number. |
268
|
| '0x41F639C6B6C9772AL' is a magic number. |
268
|
| '0x216DEFE99FDA35DAL' is a magic number. |
269
|
| '0x11640CC71C7BE615L' is a magic number. |
269
|
| '0x93C43694565C5527L' is a magic number. |
270
|
| '0xEA038E6246777839L' is a magic number. |
270
|
| '0xF9ABF3CE5A3E2469L' is a magic number. |
271
|
| '0x741E768D0FD312D2L' is a magic number. |
271
|
| '0x0144B883CED652C6L' is a magic number. |
272
|
| '0xC20B5A5BA33F8552L' is a magic number. |
272
|
| '0x1AE69633C3435A9DL' is a magic number. |
273
|
| '0x97A28CA4088CFDECL' is a magic number. |
273
|
| '0x8824A43C1E96F420L' is a magic number. |
274
|
| '0x37612FA66EEEA746L' is a magic number. |
274
|
| '0x6B4CB165F9CF0E5AL' is a magic number. |
275
|
| '0x43AA1C06A0ABFB4AL' is a magic number. |
275
|
| '0x7F4DC26FF162796BL' is a magic number. |
276
|
| '0x6CBACC8E54ED9B0FL' is a magic number. |
276
|
| '0xA6B7FFEFD2BB253EL' is a magic number. |
277
|
| '0x2E25BC95B0A29D4FL' is a magic number. |
277
|
| '0x86D6A58BDEF1388CL' is a magic number. |
278
|
| '0xDED74AC576B6F054L' is a magic number. |
278
|
| '0x8030BDBC2B45805DL' is a magic number. |
279
|
| '0x3C81AF70E94D9289L' is a magic number. |
279
|
| '0x3EFF6DDA9E3100DBL' is a magic number. |
280
|
| '0xB38DC39FDFCC8847L' is a magic number. |
280
|
| '0x123885528D17B87EL' is a magic number. |
281
|
| '0xF2DA0ED240B1B642L' is a magic number. |
281
|
| '0x44CEFADCD54BF9A9L' is a magic number. |
282
|
| '0x1312200E433C7EE6L' is a magic number. |
282
|
| '0x9FFCC84F3A78C748L' is a magic number. |
283
|
| '0xF0CD1F72248576BBL' is a magic number. |
283
|
| '0xEC6974053638CFE4L' is a magic number. |
284
|
| '0x2BA7B67C0CEC4E4CL' is a magic number. |
284
|
| '0xAC2F4DF3E5CE32EDL' is a magic number. |
285
|
| '0xCB33D14326EA4C11L' is a magic number. |
285
|
| '0xA4E9044CC77E58BCL' is a magic number. |
286
|
| '0x5F513293D934FCEFL' is a magic number. |
286
|
| '0x5DC9645506E55444L' is a magic number. |
287
|
| '0x50DE418F317DE40AL' is a magic number. |
287
|
| '0x388CB31A69DDE259L' is a magic number. |
288
|
| '0x2DB4A83455820A86L' is a magic number. |
288
|
| '0x9010A91E84711AE9L' is a magic number. |
289
|
| '0x4DF7F0B7B1498371L' is a magic number. |
289
|
| '0xD62A2EABC0977179L' is a magic number. |
290
|
| '0x22FAC097AA8D5C0EL' is a magic number. |
290
|
| Line contains a tab character. |
293
|
| Missing a Javadoc comment. |
293
|
| Variable 't3' must be private and have accessor methods. |
293
|
| '0xF49FCC2FF1DAF39BL' is a magic number. |
294
|
| '0x487FD5C66FF29281L' is a magic number. |
294
|
| '0xE8A30667FCDCA83FL' is a magic number. |
295
|
| '0x2C9B4BE3D2FCCE63L' is a magic number. |
295
|
| '0xDA3FF74B93FBBBC2L' is a magic number. |
296
|
| '0x2FA165D2FE70BA66L' is a magic number. |
296
|
| '0xA103E279970E93D4L' is a magic number. |
297
|
| '0xBECDEC77B0E45E71L' is a magic number. |
297
|
| '0xCFB41E723985E497L' is a magic number. |
298
|
| '0xB70AAA025EF75017L' is a magic number. |
298
|
| '0xD42309F03840B8E0L' is a magic number. |
299
|
| '0x8EFC1AD035898579L' is a magic number. |
299
|
| '0x96C6920BE2B2ABC5L' is a magic number. |
300
|
| '0x66AF4163375A9172L' is a magic number. |
300
|
| '0x2174ABDCCA7127FBL' is a magic number. |
301
|
| '0xB33CCEA64A72FF41L' is a magic number. |
301
|
| '0xF04A4933083066A5L' is a magic number. |
302
|
| '0x8D970ACDD7289AF5L' is a magic number. |
302
|
| '0x8F96E8E031C8C25EL' is a magic number. |
303
|
| '0xF3FEC02276875D47L' is a magic number. |
303
|
| '0xEC7BF310056190DDL' is a magic number. |
304
|
| '0xF5ADB0AEBB0F1491L' is a magic number. |
304
|
| '0x9B50F8850FD58892L' is a magic number. |
305
|
| '0x4975488358B74DE8L' is a magic number. |
305
|
| '0xA3354FF691531C61L' is a magic number. |
306
|
| '0x0702BBE481D2C6EEL' is a magic number. |
306
|
| '0x89FB24057DEDED98L' is a magic number. |
307
|
| '0xAC3075138596E902L' is a magic number. |
307
|
| '0x1D2D3580172772EDL' is a magic number. |
308
|
| '0xEB738FC28E6BC30DL' is a magic number. |
308
|
| '0x5854EF8F63044326L' is a magic number. |
309
|
| '0x9E5C52325ADD3BBEL' is a magic number. |
309
|
| '0x90AA53CF325C4623L' is a magic number. |
310
|
| '0xC1D24D51349DD067L' is a magic number. |
310
|
| '0x2051CFEEA69EA624L' is a magic number. |
311
|
| '0x13220F0A862E7E4FL' is a magic number. |
311
|
| '0xCE39399404E04864L' is a magic number. |
312
|
| '0xD9C42CA47086FCB7L' is a magic number. |
312
|
| '0x685AD2238A03E7CCL' is a magic number. |
313
|
| '0x066484B2AB2FF1DBL' is a magic number. |
313
|
| '0xFE9D5D70EFBF79ECL' is a magic number. |
314
|
| '0x5B13B9DD9C481854L' is a magic number. |
314
|
| '0x15F0D475ED1509ADL' is a magic number. |
315
|
| '0x0BEBCD060EC79851L' is a magic number. |
315
|
| '0xD58C6791183AB7F8L' is a magic number. |
316
|
| '0xD1187C5052F3EEE4L' is a magic number. |
316
|
| '0xC95D1192E54E82FFL' is a magic number. |
317
|
| '0x86EEA14CB9AC6CA2L' is a magic number. |
317
|
| '0x3485BEB153677D5DL' is a magic number. |
318
|
| '0xDD191D781F8C492AL' is a magic number. |
318
|
| '0xF60866BAA784EBF9L' is a magic number. |
319
|
| '0x518F643BA2D08C74L' is a magic number. |
319
|
| '0x8852E956E1087C22L' is a magic number. |
320
|
| '0xA768CB8DC410AE8DL' is a magic number. |
320
|
| '0x38047726BFEC8E1AL' is a magic number. |
321
|
| '0xA67738B4CD3B45AAL' is a magic number. |
321
|
| '0xAD16691CEC0DDE19L' is a magic number. |
322
|
| '0xC6D4319380462E07L' is a magic number. |
322
|
| '0xC5A5876D0BA61938L' is a magic number. |
323
|
| '0x16B9FA1FA58FD840L' is a magic number. |
323
|
| '0x188AB1173CA74F18L' is a magic number. |
324
|
| '0xABDA2F98C99C021FL' is a magic number. |
324
|
| '0x3E0580AB134AE816L' is a magic number. |
325
|
| '0x5F3B05B773645ABBL' is a magic number. |
325
|
| '0x2501A2BE5575F2F6L' is a magic number. |
326
|
| '0x1B2F74004E7E8BA9L' is a magic number. |
326
|
| '0x1CD7580371E8D953L' is a magic number. |
327
|
| '0x7F6ED89562764E30L' is a magic number. |
327
|
| '0xB15926FF596F003DL' is a magic number. |
328
|
| '0x9F65293DA8C5D6B9L' is a magic number. |
328
|
| '0x6ECEF04DD690F84CL' is a magic number. |
329
|
| '0x4782275FFF33AF88L' is a magic number. |
329
|
| '0xE41433083F820801L' is a magic number. |
330
|
| '0xFD0DFE409A1AF9B5L' is a magic number. |
330
|
| '0x4325A3342CDB396BL' is a magic number. |
331
|
| '0x8AE77E62B301B252L' is a magic number. |
331
|
| '0xC36F9E9F6655615AL' is a magic number. |
332
|
| '0x85455A2D92D32C09L' is a magic number. |
332
|
| '0xF2C7DEA949477485L' is a magic number. |
333
|
| '0x63CFB4C133A39EBAL' is a magic number. |
333
|
| '0x83B040CC6EBC5462L' is a magic number. |
334
|
| '0x3B9454C8FDB326B0L' is a magic number. |
334
|
| '0x56F56A9E87FFD78CL' is a magic number. |
335
|
| '0x2DC2940D99F42BC6L' is a magic number. |
335
|
| '0x98F7DF096B096E2DL' is a magic number. |
336
|
| '0x19A6E01E3AD852BFL' is a magic number. |
336
|
| '0x42A99CCBDBD4B40BL' is a magic number. |
337
|
| '0xA59998AF45E9C559L' is a magic number. |
337
|
| '0x366295E807D93186L' is a magic number. |
338
|
| '0x6B48181BFAA1F773L' is a magic number. |
338
|
| '0x1FEC57E2157A0A1DL' is a magic number. |
339
|
| '0x4667446AF6201AD5L' is a magic number. |
339
|
| '0xE615EBCACFB0F075L' is a magic number. |
340
|
| '0xB8F31F4F68290778L' is a magic number. |
340
|
| '0x22713ED6CE22D11EL' is a magic number. |
341
|
| '0x3057C1A72EC3C93BL' is a magic number. |
341
|
| '0xCB46ACC37C3F1F2FL' is a magic number. |
342
|
| '0xDBB893FD02AAF50EL' is a magic number. |
342
|
| '0x331FD92E600B9FCFL' is a magic number. |
343
|
| '0xA498F96148EA3AD6L' is a magic number. |
343
|
| '0xA8D8426E8B6A83EAL' is a magic number. |
344
|
| '0xA089B274B7735CDCL' is a magic number. |
344
|
| '0x87F6B3731E524A11L' is a magic number. |
345
|
| '0x118808E5CBC96749L' is a magic number. |
345
|
| '0x9906E4C7B19BD394L' is a magic number. |
346
|
| '0xAFED7F7E9B24A20CL' is a magic number. |
346
|
| '0x6509EADEEB3644A7L' is a magic number. |
347
|
| '0x6C1EF1D3E8EF0EDEL' is a magic number. |
347
|
| '0xB9C97D43E9798FB4L' is a magic number. |
348
|
| '0xA2F2D784740C28A3L' is a magic number. |
348
|
| '0x7B8496476197566FL' is a magic number. |
349
|
| '0x7A5BE3E6B65F069DL' is a magic number. |
349
|
| '0xF96330ED78BE6F10L' is a magic number. |
350
|
| '0xEEE60DE77A076A15L' is a magic number. |
350
|
| '0x2B4BEE4AA08B9BD0L' is a magic number. |
351
|
| '0x6A56A63EC7B8894EL' is a magic number. |
351
|
| '0x02121359BA34FEF4L' is a magic number. |
352
|
| '0x4CBF99F8283703FCL' is a magic number. |
352
|
| '0x398071350CAF30C8L' is a magic number. |
353
|
| '0xD0A77A89F017687AL' is a magic number. |
353
|
| '0xF1C1A9EB9E423569L' is a magic number. |
354
|
| '0x8C7976282DEE8199L' is a magic number. |
354
|
| '0x5D1737A5DD1F7ABDL' is a magic number. |
355
|
| '0x4F53433C09A9FA80L' is a magic number. |
355
|
| '0xFA8B0C53DF7CA1D9L' is a magic number. |
356
|
| '0x3FD9DCBC886CCB77L' is a magic number. |
356
|
| '0xC040917CA91B4720L' is a magic number. |
357
|
| '0x7DD00142F9D1DCDFL' is a magic number. |
357
|
| '0x8476FC1D4F387B58L' is a magic number. |
358
|
| '0x23F8E7C5F3316503L' is a magic number. |
358
|
| '0x032A2244E7E37339L' is a magic number. |
359
|
| '0x5C87A5D750F5A74BL' is a magic number. |
359
|
| '0x082B4CC43698992EL' is a magic number. |
360
|
| '0xDF917BECB858F63CL' is a magic number. |
360
|
| '0x3270B8FC5BF86DDAL' is a magic number. |
361
|
| '0x10AE72BB29B5DD76L' is a magic number. |
361
|
| '0x576AC94E7700362BL' is a magic number. |
362
|
| '0x1AD112DAC61EFB8FL' is a magic number. |
362
|
| '0x691BC30EC5FAA427L' is a magic number. |
363
|
| '0xFF246311CC327143L' is a magic number. |
363
|
| '0x3142368E30E53206L' is a magic number. |
364
|
| '0x71380E31E02CA396L' is a magic number. |
364
|
| '0x958D5C960AAD76F1L' is a magic number. |
365
|
| '0xF8D6F430C16DA536L' is a magic number. |
365
|
| '0xC8FFD13F1BE7E1D2L' is a magic number. |
366
|
| '0x7578AE66004DDBE1L' is a magic number. |
366
|
| '0x05833F01067BE646L' is a magic number. |
367
|
| '0xBB34B5AD3BFE586DL' is a magic number. |
367
|
| '0x095F34C9A12B97F0L' is a magic number. |
368
|
| '0x247AB64525D60CA8L' is a magic number. |
368
|
| '0xDCDBC6F3017477D1L' is a magic number. |
369
|
| '0x4A2E14D4DECAD24DL' is a magic number. |
369
|
| '0xBDB5E6D9BE0A1EEBL' is a magic number. |
370
|
| '0x2A7E70F7794301ABL' is a magic number. |
370
|
| '0xDEF42D8A270540FDL' is a magic number. |
371
|
| '0x01078EC0A34C22C1L' is a magic number. |
371
|
| '0xE5DE511AF4C16387L' is a magic number. |
372
|
| '0x7EBB3A52BD9A330AL' is a magic number. |
372
|
| '0x77697857AA7D6435L' is a magic number. |
373
|
| '0x004E831603AE4C32L' is a magic number. |
373
|
| '0xE7A21020AD78E312L' is a magic number. |
374
|
| '0x9D41A70C6AB420F2L' is a magic number. |
374
|
| '0x28E06C18EA1141E6L' is a magic number. |
375
|
| '0xD2B28CBD984F6B28L' is a magic number. |
375
|
| '0x26B75F6C446E9D83L' is a magic number. |
376
|
| '0xBA47568C4D418D7FL' is a magic number. |
376
|
| '0xD80BADBFE6183D8EL' is a magic number. |
377
|
| '0x0E206D7F5F166044L' is a magic number. |
377
|
| '0xE258A43911CBCA3EL' is a magic number. |
378
|
| '0x723A1746B21DC0BCL' is a magic number. |
378
|
| '0xC7CAA854F5D7CDD3L' is a magic number. |
379
|
| '0x7CAC32883D261D9CL' is a magic number. |
379
|
| '0x7690C26423BA942CL' is a magic number. |
380
|
| '0x17E55524478042B8L' is a magic number. |
380
|
| '0xE0BE477656A2389FL' is a magic number. |
381
|
| '0x4D289B5E67AB2DA0L' is a magic number. |
381
|
| '0x44862B9C8FBBFD31L' is a magic number. |
382
|
| '0xB47CC8049D141365L' is a magic number. |
382
|
| '0x822C1B362B91C793L' is a magic number. |
383
|
| '0x4EB14655FB13DFD8L' is a magic number. |
383
|
| '0x1ECBBA0714E2A97BL' is a magic number. |
384
|
| '0x6143459D5CDE5F14L' is a magic number. |
384
|
| '0x53A8FBF1D5F0AC89L' is a magic number. |
385
|
| '0x97EA04D81C5E5B00L' is a magic number. |
385
|
| '0x622181A8D4FDB3F3L' is a magic number. |
386
|
| '0xE9BCD341572A1208L' is a magic number. |
386
|
| '0x1411258643CCE58AL' is a magic number. |
387
|
| '0x9144C5FEA4C6E0A4L' is a magic number. |
387
|
| '0x0D33D06565CF620FL' is a magic number. |
388
|
| '0x54A48D489F219CA1L' is a magic number. |
388
|
| '0xC43E5EAC6D63C821L' is a magic number. |
389
|
| '0xA9728B3A72770DAFL' is a magic number. |
389
|
| '0xD7934E7B20DF87EFL' is a magic number. |
390
|
| '0xE35503B61A3E86E5L' is a magic number. |
390
|
| '0xCAE321FBC819D504L' is a magic number. |
391
|
| '0x129A50B3AC60BFA6L' is a magic number. |
391
|
| '0xCD5E68EA7E9FB6C3L' is a magic number. |
392
|
| '0xB01C90199483B1C7L' is a magic number. |
392
|
| '0x3DE93CD5C295376CL' is a magic number. |
393
|
| '0xAED52EDF2AB9AD13L' is a magic number. |
393
|
| '0x2E60F512C0A07884L' is a magic number. |
394
|
| '0xBC3D86A3E36210C9L' is a magic number. |
394
|
| '0x35269D9B163951CEL' is a magic number. |
395
|
| '0x0C7D6E2AD0CDB5FAL' is a magic number. |
395
|
| '0x59E86297D87F5733L' is a magic number. |
396
|
| '0x298EF221898DB0E7L' is a magic number. |
396
|
| '0x55000029D1A5AA7EL' is a magic number. |
397
|
| '0x8BC08AE1B5061B45L' is a magic number. |
397
|
| '0xC2C31C2B6C92703AL' is a magic number. |
398
|
| '0x94CC596BAF25EF42L' is a magic number. |
398
|
| '0x0A1D73DB22540456L' is a magic number. |
399
|
| '0x04B6A0F9D9C4179AL' is a magic number. |
399
|
| '0xEFFDAFA2AE3D3C60L' is a magic number. |
400
|
| '0xF7C8075BB49496C4L' is a magic number. |
400
|
| '0x9CC5C7141D1CD4E3L' is a magic number. |
401
|
| '0x78BD1638218E5534L' is a magic number. |
401
|
| '0xB2F11568F850246AL' is a magic number. |
402
|
| '0xEDFABCFA9502BC29L' is a magic number. |
402
|
| '0x796CE5F2DA23051BL' is a magic number. |
403
|
| '0xAAE128B0DC93537CL' is a magic number. |
403
|
| '0x3A493DA0EE4B29AEL' is a magic number. |
404
|
| '0xB5DF6B2C416895D7L' is a magic number. |
404
|
| '0xFCABBD25122D7F37L' is a magic number. |
405
|
| '0x70810B58105DC4B1L' is a magic number. |
405
|
| '0xE10FDD37F7882A90L' is a magic number. |
406
|
| '0x524DCAB5518A3F5CL' is a magic number. |
406
|
| '0x3C9E85878451255BL' is a magic number. |
407
|
| '0x4029828119BD34E2L' is a magic number. |
407
|
| '0x74A05B6F5D3CECCBL' is a magic number. |
408
|
| '0xB610021542E13ECAL' is a magic number. |
408
|
| '0x0FF979D12F59E2ACL' is a magic number. |
409
|
| '0x6037DA27E4F9CC50L' is a magic number. |
409
|
| '0x5E92975A0DF1847DL' is a magic number. |
410
|
| '0xD66DE190D3E623FEL' is a magic number. |
410
|
| '0x5032D6B87B568048L' is a magic number. |
411
|
| '0x9A36B7CE8235216EL' is a magic number. |
411
|
| '0x80272A7A24F64B4AL' is a magic number. |
412
|
| '0x93EFED8B8C6916F7L' is a magic number. |
412
|
| '0x37DDBFF44CCE1555L' is a magic number. |
413
|
| '0x4B95DB5D4B99BD25L' is a magic number. |
413
|
| '0x92D3FDA169812FC0L' is a magic number. |
414
|
| '0xFB1A4A9A90660BB6L' is a magic number. |
414
|
| '0x730C196946A4B9B2L' is a magic number. |
415
|
| '0x81E289AA7F49DA68L' is a magic number. |
415
|
| '0x64669A0F83B1A05FL' is a magic number. |
416
|
| '0x27B3FF7D9644F48BL' is a magic number. |
416
|
| '0xCC6B615C8DB675B3L' is a magic number. |
417
|
| '0x674F20B9BCEBBE95L' is a magic number. |
417
|
| '0x6F31238275655982L' is a magic number. |
418
|
| '0x5AE488713E45CF05L' is a magic number. |
418
|
| '0xBF619F9954C21157L' is a magic number. |
419
|
| '0xEABAC46040A8EAE9L' is a magic number. |
419
|
| '0x454C6FE9F2C0C1CDL' is a magic number. |
420
|
| '0x419CF6496412691CL' is a magic number. |
420
|
| '0xD3DC3BEF265B0F70L' is a magic number. |
421
|
| '0x6D0E60F5C3578A9EL' is a magic number. |
421
|
| Line contains a tab character. |
422
|
| Line contains a tab character. |
424
|
| Missing a Javadoc comment. |
424
|
| Variable 't4' must be private and have accessor methods. |
424
|
| '0x5B0E608526323C55L' is a magic number. |
425
|
| '0x1A46C1A9FA1B59F5L' is a magic number. |
425
|
| '0xA9E245A17C4C8FFAL' is a magic number. |
426
|
| '0x65CA5159DB2955D7L' is a magic number. |
426
|
| '0x05DB0A76CE35AFC2L' is a magic number. |
427
|
| '0x81EAC77EA9113D45L' is a magic number. |
427
|
| '0x528EF88AB6AC0A0DL' is a magic number. |
428
|
| '0xA09EA253597BE3FFL' is a magic number. |
428
|
| '0x430DDFB3AC48CD56L' is a magic number. |
429
|
| '0xC4B3A67AF45CE46FL' is a magic number. |
429
|
| '0x4ECECFD8FBE2D05EL' is a magic number. |
430
|
| '0x3EF56F10B39935F0L' is a magic number. |
430
|
| '0x0B22D6829CD619C6L' is a magic number. |
431
|
| '0x17FD460A74DF2069L' is a magic number. |
431
|
| '0x6CF8CC8E8510ED40L' is a magic number. |
432
|
| '0xD6C824BF3A6ECAA7L' is a magic number. |
432
|
| '0x61243D581A817049L' is a magic number. |
433
|
| '0x048BACB6BBC163A2L' is a magic number. |
433
|
| '0xD9A38AC27D44CC32L' is a magic number. |
434
|
| '0x7FDDFF5BAAF410ABL' is a magic number. |
434
|
| '0xAD6D495AA804824BL' is a magic number. |
435
|
| '0xE1A6A74F2D8C9F94L' is a magic number. |
435
|
| '0xD4F7851235DEE8E3L' is a magic number. |
436
|
| '0xFD4B7F886540D893L' is a magic number. |
436
|
| '0x247C20042AA4BFDAL' is a magic number. |
437
|
| '0x096EA1C517D1327CL' is a magic number. |
437
|
| '0xD56966B4361A6685L' is a magic number. |
438
|
| '0x277DA5C31221057DL' is a magic number. |
438
|
| '0x94D59893A43ACFF7L' is a magic number. |
439
|
| '0x64F0C51CCDC02281L' is a magic number. |
439
|
| '0x3D33BCC4FF6189DBL' is a magic number. |
440
|
| '0xE005CB184CE66AF1L' is a magic number. |
440
|
| '0xFF5CCD1D1DB99BEAL' is a magic number. |
441
|
| '0xB0B854A7FE42980FL' is a magic number. |
441
|
| '0x7BD46A6A718D4B9FL' is a magic number. |
442
|
| '0xD10FA8CC22A5FD8CL' is a magic number. |
442
|
| '0xD31484952BE4BD31L' is a magic number. |
443
|
| '0xC7FA975FCB243847L' is a magic number. |
443
|
| '0x4886ED1E5846C407L' is a magic number. |
444
|
| '0x28CDDB791EB70B04L' is a magic number. |
444
|
| '0xC2B00BE2F573417FL' is a magic number. |
445
|
| '0x5C9590452180F877L' is a magic number. |
445
|
| '0x7A6BDDFFF370EB00L' is a magic number. |
446
|
| '0xCE509E38D6D9D6A4L' is a magic number. |
446
|
| '0xEBEB0F00647FA702L' is a magic number. |
447
|
| '0x1DCC06CF76606F06L' is a magic number. |
447
|
| '0xE4D9F28BA286FF0AL' is a magic number. |
448
|
| '0xD85A305DC918C262L' is a magic number. |
448
|
| '0x475B1D8732225F54L' is a magic number. |
449
|
| '0x2D4FB51668CCB5FEL' is a magic number. |
449
|
| '0xA679B9D9D72BBA20L' is a magic number. |
450
|
| '0x53841C0D912D43A5L' is a magic number. |
450
|
| '0x3B7EAA48BF12A4E8L' is a magic number. |
451
|
| '0x781E0E47F22F1DDFL' is a magic number. |
451
|
| '0xEFF20CE60AB50973L' is a magic number. |
452
|
| '0x20D261D19DFFB742L' is a magic number. |
452
|
| '0x16A12B03062A2E39L' is a magic number. |
453
|
| '0x1960EB2239650495L' is a magic number. |
453
|
| '0x251C16FED50EB8B8L' is a magic number. |
454
|
| '0x9AC0C330F826016EL' is a magic number. |
454
|
| '0xED152665953E7671L' is a magic number. |
455
|
| '0x02D63194A6369570L' is a magic number. |
455
|
| '0x5074F08394B1C987L' is a magic number. |
456
|
| '0x70BA598C90B25CE1L' is a magic number. |
456
|
| '0x794A15810B9742F6L' is a magic number. |
457
|
| '0x0D5925E9FCAF8C6CL' is a magic number. |
457
|
| '0x3067716CD868744EL' is a magic number. |
458
|
| '0x910AB077E8D7731BL' is a magic number. |
458
|
| '0x6A61BBDB5AC42F61L' is a magic number. |
459
|
| '0x93513EFBF0851567L' is a magic number. |
459
|
| '0xF494724B9E83E9D5L' is a magic number. |
460
|
| '0xE887E1985C09648DL' is a magic number. |
460
|
| '0x34B1D3C675370CFDL' is a magic number. |
461
|
| '0xDC35E433BC0D255DL' is a magic number. |
461
|
| '0xD0AAB84234131BE0L' is a magic number. |
462
|
| '0x08042A50B48B7EAFL' is a magic number. |
462
|
| '0x9997C4EE44A3AB35L' is a magic number. |
463
|
| '0x829A7B49201799D0L' is a magic number. |
463
|
| '0x263B8307B7C54441L' is a magic number. |
464
|
| '0x752F95F4FD6A6CA6L' is a magic number. |
464
|
| '0x927217402C08C6E5L' is a magic number. |
465
|
| '0x2A8AB754A795D9EEL' is a magic number. |
465
|
| '0xA442F7552F72943DL' is a magic number. |
466
|
| '0x2C31334E19781208L' is a magic number. |
466
|
| '0x4FA98D7CEAEE6291L' is a magic number. |
467
|
| '0x55C3862F665DB309L' is a magic number. |
467
|
| '0xBD0610175D53B1F3L' is a magic number. |
468
|
| '0x46FE6CB840413F27L' is a magic number. |
468
|
| '0x3FE03792DF0CFA59L' is a magic number. |
469
|
| '0xCFE700372EB85E8FL' is a magic number. |
469
|
| '0xA7BE29E7ADBCE118L' is a magic number. |
470
|
| '0xE544EE5CDE8431DDL' is a magic number. |
470
|
| '0x8A781B1B41F1873EL' is a magic number. |
471
|
| '0xA5C94C78A0D2F0E7L' is a magic number. |
471
|
| '0x39412E2877B60728L' is a magic number. |
472
|
| '0xA1265EF3AFC9A62CL' is a magic number. |
472
|
| '0xBCC2770C6A2506C5L' is a magic number. |
473
|
| '0x3AB66DD5DCE1CE12L' is a magic number. |
473
|
| '0xE65499D04A675B37L' is a magic number. |
474
|
| '0x7D8F523481BFD216L' is a magic number. |
474
|
| '0x0F6F64FCEC15F389L' is a magic number. |
475
|
| '0x74EFBE618B5B13C8L' is a magic number. |
475
|
| '0xACDC82B714273E1DL' is a magic number. |
476
|
| '0xDD40BFE003199D17L' is a magic number. |
476
|
| '0x37E99257E7E061F8L' is a magic number. |
477
|
| '0xFA52626904775AAAL' is a magic number. |
477
|
| '0x8BBBF63A463D56F9L' is a magic number. |
478
|
| '0xF0013F1543A26E64L' is a magic number. |
478
|
| '0xA8307E9F879EC898L' is a magic number. |
479
|
| '0xCC4C27A4150177CCL' is a magic number. |
479
|
| '0x1B432F2CCA1D3348L' is a magic number. |
480
|
| '0xDE1D1F8F9F6FA013L' is a magic number. |
480
|
| '0x606602A047A7DDD6L' is a magic number. |
481
|
| '0xD237AB64CC1CB2C7L' is a magic number. |
481
|
| '0x9B938E7225FCD1D3L' is a magic number. |
482
|
| '0xEC4E03708E0FF476L' is a magic number. |
482
|
| '0xFEB2FBDA3D03C12DL' is a magic number. |
483
|
| '0xAE0BCED2EE43889AL' is a magic number. |
483
|
| '0x22CB8923EBFB4F43L' is a magic number. |
484
|
| '0x69360D013CF7396DL' is a magic number. |
484
|
| '0x855E3602D2D4E022L' is a magic number. |
485
|
| '0x073805BAD01F784CL' is a magic number. |
485
|
| '0x33E17A133852F546L' is a magic number. |
486
|
| '0xDF4874058AC7B638L' is a magic number. |
486
|
| '0xBA92B29C678AA14AL' is a magic number. |
487
|
| '0x0CE89FC76CFAADCDL' is a magic number. |
487
|
| '0x5F9D4E0908339E34L' is a magic number. |
488
|
| '0xF1AFE9291F5923B9L' is a magic number. |
488
|
| '0x6E3480F60F4A265FL' is a magic number. |
489
|
| '0xEEBF3A2AB29B841CL' is a magic number. |
489
|
| '0xE21938A88F91B4ADL' is a magic number. |
490
|
| '0x57DFEFF845C6D3C3L' is a magic number. |
490
|
| '0x2F006B0BF62CAAF2L' is a magic number. |
491
|
| '0x62F479EF6F75EE78L' is a magic number. |
491
|
| '0x11A55AD41C8916A9L' is a magic number. |
492
|
| '0xF229D29084FED453L' is a magic number. |
492
|
| '0x42F1C27B16B000E6L' is a magic number. |
493
|
| '0x2B1F76749823C074L' is a magic number. |
493
|
| '0x4B76ECA3C2745360L' is a magic number. |
494
|
| '0x8C98F463B91691BDL' is a magic number. |
494
|
| '0x14BCC93CF1ADE66AL' is a magic number. |
495
|
| '0x8885213E6D458397L' is a magic number. |
495
|
| '0x8E177DF0274D4711L' is a magic number. |
496
|
| '0xB49B73B5503F2951L' is a magic number. |
496
|
| '0x10168168C3F96B6BL' is a magic number. |
497
|
| '0x0E3D963B63CAB0AEL' is a magic number. |
497
|
| '0x8DFC4B5655A1DB14L' is a magic number. |
498
|
| '0xF789F1356E14DE5CL' is a magic number. |
498
|
| '0x683E68AF4E51DAC1L' is a magic number. |
499
|
| '0xC9A84F9D8D4B0FD9L' is a magic number. |
499
|
| '0x3691E03F52A0F9D1L' is a magic number. |
500
|
| '0x5ED86E46E1878E80L' is a magic number. |
500
|
| '0x3C711A0E99D07150L' is a magic number. |
501
|
| '0x5A0865B20C4E9310L' is a magic number. |
501
|
| '0x56FBFC1FE4F0682EL' is a magic number. |
502
|
| '0xEA8D5DE3105EDF9BL' is a magic number. |
502
|
| '0x71ABFDB12379187AL' is a magic number. |
503
|
| '0x2EB99DE1BEE77B9CL' is a magic number. |
503
|
| '0x21ECC0EA33CF4523L' is a magic number. |
504
|
| '0x59A4D7521805C7A1L' is a magic number. |
504
|
| '0x3896F5EB56AE7C72L' is a magic number. |
505
|
| '0xAA638F3DB18F75DCL' is a magic number. |
505
|
| '0x9F39358DABE9808EL' is a magic number. |
506
|
| '0xB7DEFA91C00B72ACL' is a magic number. |
506
|
| '0x6B5541FD62492D92L' is a magic number. |
507
|
| '0x6DC6DEE8F92E4D5BL' is a magic number. |
507
|
| '0x353F57ABC4BEEA7EL' is a magic number. |
508
|
| '0x735769D6DA5690CEL' is a magic number. |
508
|
| '0x0A234AA642391484L' is a magic number. |
509
|
| '0xF6F9508028F80D9DL' is a magic number. |
509
|
| '0xB8E319A27AB3F215L' is a magic number. |
510
|
| '0x31AD9C1151341A4DL' is a magic number. |
510
|
| '0x773C22A57BEF5805L' is a magic number. |
511
|
| '0x45C7561A07968633L' is a magic number. |
511
|
| '0xF913DA9E249DBE36L' is a magic number. |
512
|
| '0xDA652D9B78A64C68L' is a magic number. |
512
|
| '0x4C27A97F3BC334EFL' is a magic number. |
513
|
| '0x76621220E66B17F4L' is a magic number. |
513
|
| '0x967743899ACD7D0BL' is a magic number. |
514
|
| '0xF3EE5BCAE0ED6782L' is a magic number. |
514
|
| '0x409F753600C879FCL' is a magic number. |
515
|
| '0x06D09A39B5926DB6L' is a magic number. |
515
|
| '0x6F83AEB0317AC588L' is a magic number. |
516
|
| '0x01E6CA4A86381F21L' is a magic number. |
516
|
| '0x66FF3462D19F3025L' is a magic number. |
517
|
| '0x72207C24DDFD3BFBL' is a magic number. |
517
|
| '0x4AF6B6D3E2ECE2EBL' is a magic number. |
518
|
| '0x9C994DBEC7EA08DEL' is a magic number. |
518
|
| '0x49ACE597B09A8BC4L' is a magic number. |
519
|
| '0xB38C4766CF0797BAL' is a magic number. |
519
|
| '0x131B9373C57C2A75L' is a magic number. |
520
|
| '0xB1822CCE61931E58L' is a magic number. |
520
|
| '0x9D7555B909BA1C0CL' is a magic number. |
521
|
| '0x127FAFDD937D11D2L' is a magic number. |
521
|
| '0x29DA3BADC66D92E4L' is a magic number. |
522
|
| '0xA2C1D57154C2ECBCL' is a magic number. |
522
|
| '0x58C5134D82F6FE24L' is a magic number. |
523
|
| '0x1C3AE3515B62274FL' is a magic number. |
523
|
| '0xE907C82E01CB8126L' is a magic number. |
524
|
| '0xF8ED091913E37FCBL' is a magic number. |
524
|
| '0x3249D8F9C80046C9L' is a magic number. |
525
|
| '0x80CF9BEDE388FB63L' is a magic number. |
525
|
| '0x1881539A116CF19EL' is a magic number. |
526
|
| '0x5103F3F76BD52457L' is a magic number. |
526
|
| '0x15B7E6F5AE47F7A8L' is a magic number. |
527
|
| '0xDBD7C6DED47E9CCFL' is a magic number. |
527
|
| '0x44E55C410228BB1AL' is a magic number. |
528
|
| '0xB647D4255EDB4E99L' is a magic number. |
528
|
| '0x5D11882BB8AAFC30L' is a magic number. |
529
|
| '0xF5098BBB29D3212AL' is a magic number. |
529
|
| '0x8FB5EA14E90296B3L' is a magic number. |
530
|
| '0x677B942157DD025AL' is a magic number. |
530
|
| '0xFB58E7C0A390ACB5L' is a magic number. |
531
|
| '0x89D3674C83BD4A01L' is a magic number. |
531
|
| '0x9E2DA4DF4BF3B93BL' is a magic number. |
532
|
| '0xFCC41E328CAB4829L' is a magic number. |
532
|
| '0x03F38C96BA582C52L' is a magic number. |
533
|
| '0xCAD1BDBD7FD85DB2L' is a magic number. |
533
|
| '0xBBB442C16082AE83L' is a magic number. |
534
|
| '0xB95FE86BA5DA9AB0L' is a magic number. |
534
|
| '0xB22E04673771A93FL' is a magic number. |
535
|
| '0x845358C9493152D8L' is a magic number. |
535
|
| '0xBE2A488697B4541EL' is a magic number. |
536
|
| '0x95A2DC2DD38E6966L' is a magic number. |
536
|
| '0xC02C11AC923C852BL' is a magic number. |
537
|
| '0x2388B1990DF2A87BL' is a magic number. |
537
|
| '0x7C8008FA1B4F37BEL' is a magic number. |
538
|
| '0x1F70D0C84D54E503L' is a magic number. |
538
|
| '0x5490ADEC7ECE57D4L' is a magic number. |
539
|
| '0x002B3C27D9063A3AL' is a magic number. |
539
|
| '0x7EAEA3848030A2BFL' is a magic number. |
540
|
| '0xC602326DED2003C0L' is a magic number. |
540
|
| '0x83A7287D69A94086L' is a magic number. |
541
|
| '0xC57A5FCB30F57A8AL' is a magic number. |
541
|
| '0xB56844E479EBE779L' is a magic number. |
542
|
| '0xA373B40F05DCBCE9L' is a magic number. |
542
|
| '0xD71A786E88570EE2L' is a magic number. |
543
|
| '0x879CBACDBDE8F6A0L' is a magic number. |
543
|
| '0x976AD1BCC164A32FL' is a magic number. |
544
|
| '0xAB21E25E9666D78BL' is a magic number. |
544
|
| '0x901063AAE5E5C33CL' is a magic number. |
545
|
| '0x9818B34448698D90L' is a magic number. |
545
|
| '0xE36487AE3E1E8ABBL' is a magic number. |
546
|
| '0xAFBDF931893BDCB4L' is a magic number. |
546
|
| '0x6345A0DC5FBBD519L' is a magic number. |
547
|
| '0x8628FE269B9465CAL' is a magic number. |
547
|
| '0x1E5D01603F9C51ECL' is a magic number. |
548
|
| '0x4DE44006A15049B7L' is a magic number. |
548
|
| '0xBF6C70E5F776CBB1L' is a magic number. |
549
|
| '0x411218F2EF552BEDL' is a magic number. |
549
|
| '0xCB0C0708705A36A3L' is a magic number. |
550
|
| '0xE74D14754F986044L' is a magic number. |
550
|
| '0xCD56D9430EA8280EL' is a magic number. |
551
|
| '0xC12591D7535F5065L' is a magic number. |
551
|
| '0xC83223F1720AEF96L' is a magic number. |
552
|
| '0xC3A0396F7363A51FL' is a magic number. |
552
|
| Line contains a tab character. |
553
|
| Line contains a tab character. |
555
|
| Missing a Javadoc comment. |
555
|
| Line contains a tab character. |
556
|
| Line contains a tab character. |
557
|
| Line contains a tab character. |
559
|
| Missing a Javadoc comment. |
559
|
| Line contains a tab character. |
560
|
| '3' is a magic number. |
560
|
| Line contains a tab character. |
561
|
| '0x0123456789ABCDEFL' is a magic number. |
561
|
| Line contains a tab character. |
562
|
| '0xFEDCBA9876543210L' is a magic number. |
562
|
| Line contains a tab character. |
563
|
| '0xF096A5B4C3B2E187L' is a magic number. |
563
|
| Line contains a tab character. |
564
|
| Line contains a tab character. |
566
|
| Missing a Javadoc comment. |
566
|
| Redundant 'final' modifier. |
566
|
| Line contains a tab character. |
567
|
| Line contains a tab character. |
568
|
| '(' is followed by whitespace. |
568
|
| '5' is a magic number. |
568
|
| ')' is preceded with whitespace. |
568
|
| Line contains a tab character. |
569
|
| Line contains a tab character. |
570
|
| '(' is followed by whitespace. |
570
|
| '7' is a magic number. |
570
|
| ')' is preceded with whitespace. |
570
|
| Line contains a tab character. |
571
|
| Line contains a tab character. |
572
|
| '(' is followed by whitespace. |
572
|
| '9' is a magic number. |
572
|
| ')' is preceded with whitespace. |
572
|
| Line contains a tab character. |
573
|
| Line contains a tab character. |
574
|
| Line contains a tab character. |
576
|
| Missing a Javadoc comment. |
576
|
| More than 7 parameters. |
576
|
| '(' is followed by whitespace. |
576
|
| Parameter x0 should be final. |
576
|
| 'x0' hides a field. |
576
|
| Parameter x1 should be final. |
576
|
| 'x1' hides a field. |
576
|
| Parameter x2 should be final. |
576
|
| 'x2' hides a field. |
576
|
| Parameter x3 should be final. |
576
|
| 'x3' hides a field. |
576
|
| Line is longer than 80 characters. |
577
|
| Line contains a tab character. |
577
|
| Parameter x4 should be final. |
577
|
| 'x4' hides a field. |
577
|
| Parameter x5 should be final. |
577
|
| 'x5' hides a field. |
577
|
| Parameter x6 should be final. |
577
|
| 'x6' hides a field. |
577
|
| Parameter x7 should be final. |
577
|
| 'x7' hides a field. |
577
|
| ')' is preceded with whitespace. |
577
|
| Line contains a tab character. |
578
|
| Line contains a tab character. |
579
|
| Line contains a tab character. |
580
|
| Line contains a tab character. |
581
|
| Line contains a tab character. |
582
|
| Line contains a tab character. |
583
|
| Line contains a tab character. |
584
|
| Line contains a tab character. |
585
|
| Line contains a tab character. |
586
|
| Line contains a tab character. |
587
|
| '(' is followed by whitespace. |
587
|
| '5' is a magic number. |
587
|
| ')' is preceded with whitespace. |
587
|
| Line contains a tab character. |
588
|
| Line contains a tab character. |
589
|
| '(' is followed by whitespace. |
589
|
| '7' is a magic number. |
589
|
| ')' is preceded with whitespace. |
589
|
| Line contains a tab character. |
590
|
| Line contains a tab character. |
591
|
| '(' is followed by whitespace. |
591
|
| '9' is a magic number. |
591
|
| ')' is preceded with whitespace. |
591
|
| Line contains a tab character. |
592
|
| Line contains a tab character. |
593
|
| Line contains a tab character. |
595
|
| Missing a Javadoc comment. |
595
|
| '(' is followed by whitespace. |
595
|
| Parameter str should be final. |
595
|
| ')' is preceded with whitespace. |
595
|
| Line contains a tab character. |
596
|
| '(' is followed by whitespace. |
596
|
| ')' is preceded with whitespace. |
596
|
| Line contains a tab character. |
597
|
| Line contains a tab character. |
599
|
| Missing a Javadoc comment. |
599
|
| '(' is followed by whitespace. |
599
|
| Parameter bytes should be final. |
599
|
| ')' is preceded with whitespace. |
599
|
| Line contains a tab character. |
600
|
| '(' is followed by whitespace. |
600
|
| ')' is preceded with whitespace. |
600
|
| Line contains a tab character. |
601
|
| Line contains a tab character. |
603
|
| Missing a Javadoc comment. |
603
|
| '(' is followed by whitespace. |
603
|
| Parameter bytes should be final. |
603
|
| Parameter offset should be final. |
603
|
| Parameter length should be final. |
603
|
| ')' is preceded with whitespace. |
603
|
| Line contains a tab character. |
604
|
| '8' is a magic number. |
604
|
| Line contains a tab character. |
605
|
| 'for' is not followed by whitespace. |
605
|
| '(' is followed by whitespace. |
605
|
| '=' is not preceded with whitespace. |
605
|
| '=' is not followed by whitespace. |
605
|
| '=' is not preceded with whitespace. |
605
|
| '=' is not followed by whitespace. |
605
|
| '<' is not preceded with whitespace. |
605
|
| '<' is not followed by whitespace. |
605
|
| ';' is followed by whitespace. |
605
|
| Line contains a tab character. |
606
|
| Line contains a tab character. |
607
|
| '=' is not preceded with whitespace. |
607
|
| '=' is not followed by whitespace. |
607
|
| Line contains a tab character. |
608
|
| Line contains a tab character. |
609
|
| 'for' is not followed by whitespace. |
609
|
| '(' is followed by whitespace. |
609
|
| '=' is not preceded with whitespace. |
609
|
| '=' is not followed by whitespace. |
609
|
| '(' is followed by whitespace. |
609
|
| '<' is not preceded with whitespace. |
609
|
| '8' is a magic number. |
609
|
| '<' is not followed by whitespace. |
609
|
| ')' is preceded with whitespace. |
609
|
| '(' is followed by whitespace. |
609
|
| ')' is preceded with whitespace. |
609
|
| ')' is preceded with whitespace. |
609
|
| Line contains a tab character. |
610
|
| Line contains a tab character. |
611
|
| Line is longer than 80 characters. |
612
|
| Line contains a tab character. |
612
|
| 'for' is not followed by whitespace. |
612
|
| '(' is followed by whitespace. |
612
|
| '=' is not preceded with whitespace. |
612
|
| '=' is not followed by whitespace. |
612
|
| '(' is followed by whitespace. |
612
|
| '<' is not preceded with whitespace. |
612
|
| '8' is a magic number. |
612
|
| '<' is not followed by whitespace. |
612
|
| ')' is preceded with whitespace. |
612
|
| '(' is followed by whitespace. |
612
|
| ')' is preceded with whitespace. |
612
|
| ')' is preceded with whitespace. |
612
|
| Line contains a tab character. |
613
|
| '8' is a magic number. |
613
|
| Line contains a tab character. |
614
|
| Line contains a tab character. |
615
|
| Line contains a tab character. |
616
|
| 'if' is not followed by whitespace. |
616
|
| '(' is followed by whitespace. |
616
|
| '<' is not preceded with whitespace. |
616
|
| '8' is a magic number. |
616
|
| '<' is not followed by whitespace. |
616
|
| ')' is preceded with whitespace. |
616
|
| Line contains a tab character. |
617
|
| Line contains a tab character. |
618
|
| Line contains a tab character. |
619
|
| '8' is a magic number. |
619
|
| '(' is followed by whitespace. |
619
|
| '8' is a magic number. |
619
|
| ')' is preceded with whitespace. |
619
|
| Line contains a tab character. |
620
|
| Line contains a tab character. |
621
|
| Line contains a tab character. |
622
|
| 'if' is not followed by whitespace. |
622
|
| '(' is followed by whitespace. |
622
|
| '8' is a magic number. |
622
|
| ')' is preceded with whitespace. |
622
|
| Line contains a tab character. |
623
|
| Line contains a tab character. |
624
|
| 'for' is not followed by whitespace. |
624
|
| '(' is followed by whitespace. |
624
|
| '=' is not preceded with whitespace. |
624
|
| '=' is not followed by whitespace. |
624
|
| '+' is not preceded with whitespace. |
624
|
| '+' is not followed by whitespace. |
624
|
| '<' is not preceded with whitespace. |
624
|
| '8' is a magic number. |
624
|
| '<' is not followed by whitespace. |
624
|
| ')' is preceded with whitespace. |
624
|
| Line contains a tab character. |
625
|
| Line contains a tab character. |
626
|
| Line contains a tab character. |
627
|
| Line is longer than 80 characters. |
628
|
| Line contains a tab character. |
628
|
| '(' is followed by whitespace. |
628
|
| '3' is a magic number. |
628
|
| '4' is a magic number. |
628
|
| '5' is a magic number. |
628
|
| '6' is a magic number. |
628
|
| '7' is a magic number. |
628
|
| ')' is preceded with whitespace. |
628
|
| Line contains a tab character. |
629
|
| Line contains a tab character. |
630
|
| Line contains a tab character. |
632
|
| Missing a Javadoc comment. |
632
|
| '(' is followed by whitespace. |
632
|
| Parameter a should be final. |
632
|
| 'a' hides a field. |
632
|
| Parameter b should be final. |
632
|
| 'b' hides a field. |
632
|
| Parameter c should be final. |
632
|
| 'c' hides a field. |
632
|
| Parameter mul should be final. |
632
|
| ')' is preceded with whitespace. |
632
|
| Line contains a tab character. |
633
|
| '(' is followed by whitespace. |
633
|
| ')' is preceded with whitespace. |
633
|
| Line contains a tab character. |
634
|
| '(' is followed by whitespace. |
634
|
| ')' is preceded with whitespace. |
634
|
| Line contains a tab character. |
635
|
| '(' is followed by whitespace. |
635
|
| ')' is preceded with whitespace. |
635
|
| Line contains a tab character. |
636
|
| '(' is followed by whitespace. |
636
|
| ')' is preceded with whitespace. |
636
|
| Line contains a tab character. |
637
|
| '(' is followed by whitespace. |
637
|
| ')' is preceded with whitespace. |
637
|
| Line contains a tab character. |
638
|
| '(' is followed by whitespace. |
638
|
| ')' is preceded with whitespace. |
638
|
| Line contains a tab character. |
639
|
| '(' is followed by whitespace. |
639
|
| ')' is preceded with whitespace. |
639
|
| Line contains a tab character. |
640
|
| '(' is followed by whitespace. |
640
|
| ')' is preceded with whitespace. |
640
|
| Line contains a tab character. |
641
|
| Line contains a tab character. |
643
|
| Missing a Javadoc comment. |
643
|
| '(' is followed by whitespace. |
643
|
| Parameter la should be final. |
643
|
| Parameter lb should be final. |
643
|
| Parameter lc should be final. |
643
|
| Parameter x should be final. |
643
|
| Parameter mul should be final. |
643
|
| ')' is preceded with whitespace. |
643
|
| Line contains a tab character. |
646
|
| Line contains a tab character. |
647
|
| Line contains a tab character. |
648
|
| Line contains a tab character. |
650
|
| Line contains a tab character. |
651
|
| '(' is followed by whitespace. |
651
|
| '(' is followed by whitespace. |
651
|
| ')' is preceded with whitespace. |
651
|
| '0x00000000000000FFL' is a magic number. |
651
|
| Line contains a tab character. |
652
|
| '(' is followed by whitespace. |
652
|
| '(' is followed by whitespace. |
652
|
| '8' is a magic number. |
652
|
| ')' is preceded with whitespace. |
652
|
| '0x00000000000000FFL' is a magic number. |
652
|
| Line contains a tab character. |
653
|
| '(' is followed by whitespace. |
653
|
| '(' is followed by whitespace. |
653
|
| '16' is a magic number. |
653
|
| ')' is preceded with whitespace. |
653
|
| '0x00000000000000FFL' is a magic number. |
653
|
| Line contains a tab character. |
654
|
| '(' is followed by whitespace. |
654
|
| '(' is followed by whitespace. |
654
|
| '24' is a magic number. |
654
|
| ')' is preceded with whitespace. |
654
|
| '0x00000000000000FFL' is a magic number. |
654
|
| Line contains a tab character. |
655
|
| '(' is followed by whitespace. |
655
|
| '(' is followed by whitespace. |
655
|
| '32' is a magic number. |
655
|
| ')' is preceded with whitespace. |
655
|
| '0x00000000000000FFL' is a magic number. |
655
|
| Line contains a tab character. |
656
|
| '(' is followed by whitespace. |
656
|
| '(' is followed by whitespace. |
656
|
| '40' is a magic number. |
656
|
| ')' is preceded with whitespace. |
656
|
| '0x00000000000000FFL' is a magic number. |
656
|
| Line contains a tab character. |
657
|
| '(' is followed by whitespace. |
657
|
| '(' is followed by whitespace. |
657
|
| '48' is a magic number. |
657
|
| ')' is preceded with whitespace. |
657
|
| '0x00000000000000FFL' is a magic number. |
657
|
| Line contains a tab character. |
658
|
| '(' is followed by whitespace. |
658
|
| '(' is followed by whitespace. |
658
|
| '56' is a magic number. |
658
|
| ')' is preceded with whitespace. |
658
|
| '0x00000000000000FFL' is a magic number. |
658
|
| Line contains a tab character. |
660
|
| '(' is followed by whitespace. |
660
|
| ')' is preceded with whitespace. |
660
|
| Line contains a tab character. |
661
|
| '(' is followed by whitespace. |
661
|
| ')' is preceded with whitespace. |
661
|
| Line contains a tab character. |
663
|
| Line contains a tab character. |
665
|
| switch without "default" clause. |
665
|
| '(' is followed by whitespace. |
665
|
| ')' is preceded with whitespace. |
665
|
| Line contains a tab character. |
666
|
| '5' is a magic number. |
666
|
| Line contains a tab character. |
667
|
| Line contains a tab character. |
668
|
| Line contains a tab character. |
669
|
| Line contains a tab character. |
670
|
| '7' is a magic number. |
670
|
| Line contains a tab character. |
671
|
| Line contains a tab character. |
672
|
| Line contains a tab character. |
673
|
| Line contains a tab character. |
674
|
| Line contains a tab character. |
675
|
| Line contains a tab character. |
676
|
| '9' is a magic number. |
676
|
| Line contains a tab character. |
677
|
| '3' is a magic number. |
677
|
| Line contains a tab character. |
678
|
| Line contains a tab character. |
679
|
| Line contains a tab character. |
680
|
| Line contains a tab character. |
682
|
| Line contains a tab character. |
683
|
| Line contains a tab character. |
684
|
| Line contains a tab character. |
687
|
| Line contains a tab character. |
689
|
| Missing a Javadoc comment. |
689
|
| Name 'key_schedule' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
689
|
| Line contains a tab character. |
690
|
| '0xA5A5A5A5A5A5A5A5L' is a magic number. |
690
|
| Line contains a tab character. |
691
|
| Line contains a tab character. |
692
|
| Line contains a tab character. |
693
|
| '<<' is not preceded with whitespace. |
693
|
| '19' is a magic number. |
693
|
| '<<' is not followed by whitespace. |
693
|
| Line contains a tab character. |
694
|
| Line contains a tab character. |
695
|
| Line contains a tab character. |
696
|
| '>>' is not preceded with whitespace. |
696
|
| '23' is a magic number. |
696
|
| '>>' is not followed by whitespace. |
696
|
| Line contains a tab character. |
697
|
| Line contains a tab character. |
698
|
| Line contains a tab character. |
699
|
| '<<' is not preceded with whitespace. |
699
|
| '19' is a magic number. |
699
|
| '<<' is not followed by whitespace. |
699
|
| Line contains a tab character. |
700
|
| Line contains a tab character. |
701
|
| Line contains a tab character. |
702
|
| '>>' is not preceded with whitespace. |
702
|
| '23' is a magic number. |
702
|
| '>>' is not followed by whitespace. |
702
|
| Line contains a tab character. |
703
|
| Line contains a tab character. |
704
|
| Line contains a tab character. |
705
|
| '0x0123456789ABCDEFL' is a magic number. |
705
|
| Line contains a tab character. |
706
|
| Line contains a tab character. |
708
|
| Missing a Javadoc comment. |
708
|
| Name 'feed_forward' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
708
|
| Line contains a tab character. |
709
|
| Line contains a tab character. |
710
|
| Line contains a tab character. |
711
|
| Line contains a tab character. |
712
|
| Line contains a tab character. |
714
|
| Missing a Javadoc comment. |
714
|
| Name 'save_abc' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
714
|
| Line contains a tab character. |
715
|
| Line contains a tab character. |
716
|
| Line contains a tab character. |
717
|
| Line contains a tab character. |
718
|
| Line contains a tab character. |
720
|
| Missing a Javadoc comment. |
720
|
| Line contains a tab character. |
721
|
| '24' is a magic number. |
721
|
| Line contains a tab character. |
722
|
| '23' is a magic number. |
722
|
| 'cast' is not followed by whitespace. |
722
|
| '(' is followed by whitespace. |
722
|
| '&' is not preceded with whitespace. |
722
|
| '&' is not followed by whitespace. |
722
|
| '0x00000000000000FFL' is a magic number. |
722
|
| '>>' is not preceded with whitespace. |
722
|
| '>>' is not followed by whitespace. |
722
|
| ')' is preceded with whitespace. |
722
|
| Line contains a tab character. |
723
|
| '22' is a magic number. |
723
|
| 'cast' is not followed by whitespace. |
723
|
| '(' is followed by whitespace. |
723
|
| '&' is not preceded with whitespace. |
723
|
| '&' is not followed by whitespace. |
723
|
| '0x000000000000FF00L' is a magic number. |
723
|
| '>>' is not preceded with whitespace. |
723
|
| '8' is a magic number. |
723
|
| '>>' is not followed by whitespace. |
723
|
| ')' is preceded with whitespace. |
723
|
| Line contains a tab character. |
724
|
| '21' is a magic number. |
724
|
| 'cast' is not followed by whitespace. |
724
|
| '(' is followed by whitespace. |
724
|
| '&' is not preceded with whitespace. |
724
|
| '&' is not followed by whitespace. |
724
|
| '0x0000000000FF0000L' is a magic number. |
724
|
| '>>' is not preceded with whitespace. |
724
|
| '16' is a magic number. |
724
|
| '>>' is not followed by whitespace. |
724
|
| ')' is preceded with whitespace. |
724
|
| Line contains a tab character. |
725
|
| '20' is a magic number. |
725
|
| 'cast' is not followed by whitespace. |
725
|
| '(' is followed by whitespace. |
725
|
| '&' is not preceded with whitespace. |
725
|
| '&' is not followed by whitespace. |
725
|
| '0x00000000FF000000L' is a magic number. |
725
|
| '>>' is not preceded with whitespace. |
725
|
| '24' is a magic number. |
725
|
| '>>' is not followed by whitespace. |
725
|
| ')' is preceded with whitespace. |
725
|
| Line contains a tab character. |
726
|
| '19' is a magic number. |
726
|
| 'cast' is not followed by whitespace. |
726
|
| '(' is followed by whitespace. |
726
|
| '&' is not preceded with whitespace. |
726
|
| '&' is not followed by whitespace. |
726
|
| '0x000000FF00000000L' is a magic number. |
726
|
| '>>' is not preceded with whitespace. |
726
|
| '32' is a magic number. |
726
|
| '>>' is not followed by whitespace. |
726
|
| ')' is preceded with whitespace. |
726
|
| Line contains a tab character. |
727
|
| '18' is a magic number. |
727
|
| 'cast' is not followed by whitespace. |
727
|
| '(' is followed by whitespace. |
727
|
| '&' is not preceded with whitespace. |
727
|
| '&' is not followed by whitespace. |
727
|
| '0x0000FF0000000000L' is a magic number. |
727
|
| '>>' is not preceded with whitespace. |
727
|
| '40' is a magic number. |
727
|
| '>>' is not followed by whitespace. |
727
|
| ')' is preceded with whitespace. |
727
|
| Line contains a tab character. |
728
|
| '17' is a magic number. |
728
|
| 'cast' is not followed by whitespace. |
728
|
| '(' is followed by whitespace. |
728
|
| '&' is not preceded with whitespace. |
728
|
| '&' is not followed by whitespace. |
728
|
| '0x00FF000000000000L' is a magic number. |
728
|
| '>>' is not preceded with whitespace. |
728
|
| '48' is a magic number. |
728
|
| '>>' is not followed by whitespace. |
728
|
| ')' is preceded with whitespace. |
728
|
| Line contains a tab character. |
729
|
| '16' is a magic number. |
729
|
| 'cast' is not followed by whitespace. |
729
|
| '(' is followed by whitespace. |
729
|
| '&' is not preceded with whitespace. |
729
|
| '&' is not followed by whitespace. |
729
|
| '0xFF00000000000000L' is a magic number. |
729
|
| '>>' is not preceded with whitespace. |
729
|
| '56' is a magic number. |
729
|
| '>>' is not followed by whitespace. |
729
|
| ')' is preceded with whitespace. |
729
|
| Line contains a tab character. |
730
|
| '15' is a magic number. |
730
|
| 'cast' is not followed by whitespace. |
730
|
| '(' is followed by whitespace. |
730
|
| '&' is not preceded with whitespace. |
730
|
| '&' is not followed by whitespace. |
730
|
| '0x00000000000000FFL' is a magic number. |
730
|
| '>>' is not preceded with whitespace. |
730
|
| '>>' is not followed by whitespace. |
730
|
| ')' is preceded with whitespace. |
730
|
| Line contains a tab character. |
731
|
| '14' is a magic number. |
731
|
| 'cast' is not followed by whitespace. |
731
|
| '(' is followed by whitespace. |
731
|
| '&' is not preceded with whitespace. |
731
|
| '&' is not followed by whitespace. |
731
|
| '0x000000000000FF00L' is a magic number. |
731
|
| '>>' is not preceded with whitespace. |
731
|
| '8' is a magic number. |
731
|
| '>>' is not followed by whitespace. |
731
|
| ')' is preceded with whitespace. |
731
|
| Line contains a tab character. |
732
|
| '13' is a magic number. |
732
|
| 'cast' is not followed by whitespace. |
732
|
| '(' is followed by whitespace. |
732
|
| '&' is not preceded with whitespace. |
732
|
| '&' is not followed by whitespace. |
732
|
| '0x0000000000FF0000L' is a magic number. |
732
|
| '>>' is not preceded with whitespace. |
732
|
| '16' is a magic number. |
732
|
| '>>' is not followed by whitespace. |
732
|
| ')' is preceded with whitespace. |
732
|
| Line contains a tab character. |
733
|
| '12' is a magic number. |
733
|
| 'cast' is not followed by whitespace. |
733
|
| '(' is followed by whitespace. |
733
|
| '&' is not preceded with whitespace. |
733
|
| '&' is not followed by whitespace. |
733
|
| '0x00000000FF000000L' is a magic number. |
733
|
| '>>' is not preceded with whitespace. |
733
|
| '24' is a magic number. |
733
|
| '>>' is not followed by whitespace. |
733
|
| ')' is preceded with whitespace. |
733
|
| Line contains a tab character. |
734
|
| '11' is a magic number. |
734
|
| 'cast' is not followed by whitespace. |
734
|
| '(' is followed by whitespace. |
734
|
| '&' is not preceded with whitespace. |
734
|
| '&' is not followed by whitespace. |
734
|
| '0x000000FF00000000L' is a magic number. |
734
|
| '>>' is not preceded with whitespace. |
734
|
| '32' is a magic number. |
734
|
| '>>' is not followed by whitespace. |
734
|
| ')' is preceded with whitespace. |
734
|
| Line contains a tab character. |
735
|
| '10' is a magic number. |
735
|
| 'cast' is not followed by whitespace. |
735
|
| '(' is followed by whitespace. |
735
|
| '&' is not preceded with whitespace. |
735
|
| '&' is not followed by whitespace. |
735
|
| '0x0000FF0000000000L' is a magic number. |
735
|
| '>>' is not preceded with whitespace. |
735
|
| '40' is a magic number. |
735
|
| '>>' is not followed by whitespace. |
735
|
| ')' is preceded with whitespace. |
735
|
| Line contains a tab character. |
736
|
| '9' is a magic number. |
736
|
| 'cast' is not followed by whitespace. |
736
|
| '(' is followed by whitespace. |
736
|
| '&' is not preceded with whitespace. |
736
|
| '&' is not followed by whitespace. |
736
|
| '0x00FF000000000000L' is a magic number. |
736
|
| '>>' is not preceded with whitespace. |
736
|
| '48' is a magic number. |
736
|
| '>>' is not followed by whitespace. |
736
|
| ')' is preceded with whitespace. |
736
|
| Line contains a tab character. |
737
|
| '8' is a magic number. |
737
|
| 'cast' is not followed by whitespace. |
737
|
| '(' is followed by whitespace. |
737
|
| '&' is not preceded with whitespace. |
737
|
| '&' is not followed by whitespace. |
737
|
| '0xFF00000000000000L' is a magic number. |
737
|
| '>>' is not preceded with whitespace. |
737
|
| '56' is a magic number. |
737
|
| '>>' is not followed by whitespace. |
737
|
| ')' is preceded with whitespace. |
737
|
| Line contains a tab character. |
738
|
| '7' is a magic number. |
738
|
| 'cast' is not followed by whitespace. |
738
|
| '(' is followed by whitespace. |
738
|
| '&' is not preceded with whitespace. |
738
|
| '&' is not followed by whitespace. |
738
|
| '0x00000000000000FFL' is a magic number. |
738
|
| '>>' is not preceded with whitespace. |
738
|
| '>>' is not followed by whitespace. |
738
|
| ')' is preceded with whitespace. |
738
|
| Line contains a tab character. |
739
|
| '6' is a magic number. |
739
|
| 'cast' is not followed by whitespace. |
739
|
| '(' is followed by whitespace. |
739
|
| '&' is not preceded with whitespace. |
739
|
| '&' is not followed by whitespace. |
739
|
| '0x000000000000FF00L' is a magic number. |
739
|
| '>>' is not preceded with whitespace. |
739
|
| '8' is a magic number. |
739
|
| '>>' is not followed by whitespace. |
739
|
| ')' is preceded with whitespace. |
739
|
| Line contains a tab character. |
740
|
| '5' is a magic number. |
740
|
| 'cast' is not followed by whitespace. |
740
|
| '(' is followed by whitespace. |
740
|
| '&' is not preceded with whitespace. |
740
|
| '&' is not followed by whitespace. |
740
|
| '0x0000000000FF0000L' is a magic number. |
740
|
| '>>' is not preceded with whitespace. |
740
|
| '16' is a magic number. |
740
|
| '>>' is not followed by whitespace. |
740
|
| ')' is preceded with whitespace. |
740
|
| Line contains a tab character. |
741
|
| '4' is a magic number. |
741
|
| 'cast' is not followed by whitespace. |
741
|
| '(' is followed by whitespace. |
741
|
| '&' is not preceded with whitespace. |
741
|
| '&' is not followed by whitespace. |
741
|
| '0x00000000FF000000L' is a magic number. |
741
|
| '>>' is not preceded with whitespace. |
741
|
| '24' is a magic number. |
741
|
| '>>' is not followed by whitespace. |
741
|
| ')' is preceded with whitespace. |
741
|
| Line contains a tab character. |
742
|
| '3' is a magic number. |
742
|
| 'cast' is not followed by whitespace. |
742
|
| '(' is followed by whitespace. |
742
|
| '&' is not preceded with whitespace. |
742
|
| '&' is not followed by whitespace. |
742
|
| '0x000000FF00000000L' is a magic number. |
742
|
| '>>' is not preceded with whitespace. |
742
|
| '32' is a magic number. |
742
|
| '>>' is not followed by whitespace. |
742
|
| ')' is preceded with whitespace. |
742
|
| Line contains a tab character. |
743
|
| 'cast' is not followed by whitespace. |
743
|
| '(' is followed by whitespace. |
743
|
| '&' is not preceded with whitespace. |
743
|
| '&' is not followed by whitespace. |
743
|
| '0x0000FF0000000000L' is a magic number. |
743
|
| '>>' is not preceded with whitespace. |
743
|
| '40' is a magic number. |
743
|
| '>>' is not followed by whitespace. |
743
|
| ')' is preceded with whitespace. |
743
|
| Line contains a tab character. |
744
|
| 'cast' is not followed by whitespace. |
744
|
| '(' is followed by whitespace. |
744
|
| '&' is not preceded with whitespace. |
744
|
| '&' is not followed by whitespace. |
744
|
| '0x00FF000000000000L' is a magic number. |
744
|
| '>>' is not preceded with whitespace. |
744
|
| '48' is a magic number. |
744
|
| '>>' is not followed by whitespace. |
744
|
| ')' is preceded with whitespace. |
744
|
| Line contains a tab character. |
745
|
| 'cast' is not followed by whitespace. |
745
|
| '(' is followed by whitespace. |
745
|
| '&' is not preceded with whitespace. |
745
|
| '&' is not followed by whitespace. |
745
|
| '0xFF00000000000000L' is a magic number. |
745
|
| '>>' is not preceded with whitespace. |
745
|
| '56' is a magic number. |
745
|
| '>>' is not followed by whitespace. |
745
|
| ')' is preceded with whitespace. |
745
|
| Line contains a tab character. |
746
|
| Line contains a tab character. |
747
|
| Line contains a tab character. |
749
|
| Missing a Javadoc comment. |
749
|
| Line contains a tab character. |
750
|
| Line contains a tab character. |
751
|
| Line contains a tab character. |
752
|
| 'for' is not followed by whitespace. |
752
|
| '(' is followed by whitespace. |
752
|
| '=' is not preceded with whitespace. |
752
|
| '=' is not followed by whitespace. |
752
|
| '<' is not preceded with whitespace. |
752
|
| '<' is not followed by whitespace. |
752
|
| ')' is preceded with whitespace. |
752
|
| Line is longer than 80 characters. |
753
|
| Line contains a tab character. |
753
|
| '(' is followed by whitespace. |
753
|
| '(' is followed by whitespace. |
753
|
| '0xff' is a magic number. |
753
|
| ')' is preceded with whitespace. |
753
|
| ')' is preceded with whitespace. |
753
|
| Line contains a tab character. |
754
|
| 'if' is not followed by whitespace. |
754
|
| '(' is followed by whitespace. |
754
|
| ')' is preceded with whitespace. |
754
|
| Line contains a tab character. |
755
|
| Line contains a tab character. |
756
|
| Line contains a tab character. |
757
|
| Line contains a tab character. |
758
|
| Line contains a tab character. |
759
|
| Line contains a tab character. |
760
|
| Line contains a tab character. |
762
|
| Missing a Javadoc comment. |
762
|
| '(' is followed by whitespace. |
762
|
| Parameter args should be final. |
762
|
| ')' is preceded with whitespace. |
762
|
| Line contains a tab character. |
763
|
| Line contains a tab character. |
764
|
| Line contains a tab character. |
765
|
| Line contains a tab character. |
766
|
| Line contains a tab character. |
767
|
| Line contains a tab character. |
769
|
| Line contains a tab character. |
770
|
| Line contains a tab character. |
771
|
| Line contains a tab character. |
772
|
| Line contains a tab character. |
773
|
| '1048576' is a magic number. |
773
|
| Line contains a tab character. |
774
|
| Line contains a tab character. |
775
|
| Line is longer than 80 characters. |
776
|
| Line contains a tab character. |
776
|
| 'while' is not followed by whitespace. |
776
|
| '(' is followed by whitespace. |
776
|
| '(' is followed by whitespace. |
776
|
| '1048576' is a magic number. |
776
|
| ')' is preceded with whitespace. |
776
|
| '(' is followed by whitespace. |
776
|
| '(' is followed by whitespace. |
776
|
| '(' is followed by whitespace. |
776
|
| '1024' is a magic number. |
776
|
| ')' is preceded with whitespace. |
776
|
| ')' is preceded with whitespace. |
776
|
| ')' is preceded with whitespace. |
776
|
| ')' is preceded with whitespace. |
776
|
| Line contains a tab character. |
777
|
| Line contains a tab character. |
778
|
| Line contains a tab character. |
779
|
| Line contains a tab character. |
780
|
| '(' is followed by whitespace. |
780
|
| ')' is preceded with whitespace. |
780
|
| Line contains a tab character. |
781
|
| Line contains a tab character. |
782
|
| '(' is followed by whitespace. |
782
|
| ')' is preceded with whitespace. |
782
|
| Line contains a tab character. |
783
|
| '(' is followed by whitespace. |
783
|
| ')' is preceded with whitespace. |
783
|
| Line contains a tab character. |
784
|
| '(' is followed by whitespace. |
784
|
| ')' is preceded with whitespace. |
784
|
| Line contains a tab character. |
785
|
| Line contains a tab character. |
786
|
| '(' is followed by whitespace. |
786
|
| ')' is preceded with whitespace. |
786
|
| Line contains a tab character. |
787
|
| Line contains a tab character. |
788
|
| '1000F' is a magic number. |
788
|
| Line contains a tab character. |
789
|
| Line contains a tab character. |
790
|
| Line contains a tab character. |
791
|
| Line contains a tab character. |
792
|
| '(' is followed by whitespace. |
792
|
| ')' is preceded with whitespace. |
792
|
| Line contains a tab character. |
793
|
net/fada/fadagen/package.html
Error | Line |
| Missing package documentation file. | 0 |